Skip to content

Commit

Permalink
Mergify: configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 3, 2020
1 parent a867bd3 commit 1178ed2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
pull_request_rules:
- name: For dependabot, automatic merge on approval and when when GitHub branch protection passes on main
conditions:
- "#approved-reviews-by>=1"
- base=main
- label=dependencies
actions:
merge:
method: merge
strict: false

pull_request_rules:
- name: Automatic merge on approval and when when GitHub branch protection passes on main
conditions:
- "#approved-reviews-by>=1"
- base=main
- label!=dependencies
actions:
merge:
method: merge
strict: true
strict: smart

0 comments on commit 1178ed2

Please sign in to comment.