Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#4023)
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 b55a524 commit 5ed3f40
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- label=automerge

pull_request_rules:
- name: automatic merge dependabot
conditions:
queue_conditions:
- base=master
- author=dependabot[bot]
- label!=major
- label=automerge
actions:
queue:
method: squash
name: default
merge_conditions:
# Conditions to get out of the queue (= merged)
- label=automerge
merge_method: squash

pull_request_rules:
- name: approve dependabot
conditions:
- author=dependabot[bot]
actions:
review:
message: 'Thanks Dependabot! :rocket:'
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 5ed3f40

Please sign in to comment.