Skip to content

Commit

Permalink
Update mergify configuration. (#198)
Browse files Browse the repository at this point in the history
Per https://blog.mergify.com/strict-mode-deprecation/, the "strict" mode
has been deprecated and will be turned off on 10-Jan-2022. This updates
the config to use the new, approved thing instead of the old thing.
  • Loading branch information
M. J. Fromberger authored and creachadair committed Nov 9, 2021
1 parent e73052a commit 6028d6b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
queue_rules:
- name: default
conditions:
- base=master
- label=S:automerge

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

0 comments on commit 6028d6b

Please sign in to comment.