Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Nov 21, 2024
1 parent 54b54f1 commit 7f598a8
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,23 +1,23 @@
queue_rules:
- name: automerge
conditions:
- check-success=Deprecation_Messages_and_Coverage (3.8)

pull_request_rules:
- name: automatic merge on CI success and review
conditions:
queue_conditions:
- check-success=Deprecation_Messages_and_Coverage (3.8)
- "#approved-reviews-by>=1"
- label=automerge
- label!=on hold
actions:
queue:
name: automerge
method: squash
merge_conditions:
- check-success=Deprecation_Messages_and_Coverage (3.8)
merge_method: squash

pull_request_rules:
- name: backport
conditions:
- label=stable backport potential
actions:
backport:
branches:
- stable/0.3
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 7f598a8

Please sign in to comment.