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 committed Nov 8, 2021
1 parent d3744d5 commit 11c5e90
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .mergify.yml
@@ -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 11c5e90

Please sign in to comment.