Skip to content

Commit

Permalink
Label & block conflicting backport PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-magyar committed Mar 6, 2020
1 parent fa67a6f commit 4dbab3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pull_request_rules:
- base=master
- label="Please Merge"
- label!="DO NOT MERGE"
- label!="bp-conflict"
actions:
merge:
method: squash
Expand All @@ -35,6 +36,7 @@ pull_request_rules:
branches:
- 3.2.x
ignore_conflicts: True
label_conflicts: "bp-conflict"
label:
add: [Backported]

Expand All @@ -59,6 +61,7 @@ pull_request_rules:
- base=3.2.x
- label="Backport"
- label!="DO NOT MERGE"
- label!="bp-conflict"
actions:
merge:
method: squash
Expand Down

0 comments on commit 4dbab3e

Please sign in to comment.