Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (backport #647) (#…
Browse files Browse the repository at this point in the history
…651)

* ci(mergify): upgrade configuration to current format (#647)

Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 3162fef)

# Conflicts:
#	.mergify.yml

* resolve conflict

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Takashi Imamichi <[email protected]>
  • Loading branch information
mergify[bot] and t-imamichi authored Dec 14, 2024
1 parent 011d3b9 commit 69b6991
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.5
- stable/0.6
- name: automatic merge on CI success and review
conditions: []
actions:
queue:

0 comments on commit 69b6991

Please sign in to comment.