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 6cce9a2 commit 0e8f001
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- label=ready-to-merge
merge_conditions:
- "#approved-reviews-by>=1"
- base=main
merge_method: squash

pull_request_rules:
- name: automatic merge for main when reviewed and CI passes
conditions:
- label=ready-to-merge
actions:
queue:
name: default
method: squash
- name: delete head branch after merge
conditions:
- merged
Expand All @@ -22,5 +18,9 @@ pull_request_rules:
- conflict
- -author~=^dependabot(|-preview)\[bot\]$
actions:
comment:
message: This pull request has a conflict. Could you fix it @{{author}}?
comment:
message: This pull request has a conflict. Could you fix it @{{author}}?
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 0e8f001

Please sign in to comment.