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] authored and Mic92 committed Dec 6, 2024
1 parent 6a8781b commit d72cf23
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
queue_rules:
- name: default
queue_conditions:
- base=master
- label~=merge-queue|dependencies
merge_conditions:
- check-success=tests
defaults:
actions:
queue:
allow_merging_configuration_change: true
method: rebase
merge_method: rebase

pull_request_rules:
- name: merge using the merge queue
conditions:
- base=master
- label~=merge-queue|dependencies
conditions: []
actions:
queue: {}
queue:

0 comments on commit d72cf23

Please sign in to comment.