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 25, 2024
1 parent 774cdfe commit ae998c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- label=S:automerge
merge_conditions:
- base=master
- label=S:automerge
merge_method: squash

pull_request_rules:
- name: automerge to master with label S:automerge and branch protection passing
conditions:
- base=master
- label=S:automerge
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit ae998c9

Please sign in to comment.