Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 22, 2024
1 parent 537f67f commit 5bdb966
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
queue_rules:
- name: automerge
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
- label=automerge
- label!=on hold
merge_conditions:
- check-success=python3.9-x64 windows-latest
- check-success=python3.9-x64 ubuntu-latest
- check-success=python3.9-x64 macOS-latest
Expand All @@ -13,21 +17,17 @@ queue_rules:
- check-success=Build, rustfmt, and python lint
- check-success=Coverage
- check-success=Build Docs
merge_method: squash

pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- "#approved-reviews-by>=1"
- label=automerge
- label!=on hold
actions:
queue:
name: automerge
method: squash
- name: backport
conditions:
- label=stable-backport-potential
actions:
backport:
branches:
- stable/0.14
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 5bdb966

Please sign in to comment.