Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Decker <null>
  • Loading branch information
cdecker committed Mar 19, 2023
1 parent a717264 commit b277845
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
queue_rules:
- name: default
conditions:
- "check-success=Test PY=3.6, DEV=1, EXP=1, DEP=0"
- "check-success=Test PY=3.7, DEV=1, EXP=1, DEP=0"
- "check-success=Test PY=3.8, DEV=1, EXP=1, DEP=0"
- "check-success=CI completion"

pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- "linear-history"
- "check-success=Test PY=3.6, DEV=1, EXP=1, DEP=0"
- "check-success=Test PY=3.7, DEV=1, EXP=1, DEP=0"
- "check-success=Test PY=3.8, DEV=1, EXP=1, DEP=0"
- "check-success=CI completion"
- "base=master"
- "label!=work-in-progress"
actions:
Expand Down

0 comments on commit b277845

Please sign in to comment.