Skip to content

Commit a06abda

Browse files
committed
mergify: add "mergify skip" label
This is useful if we want to drive PR. There are situations when mergify is not ideal, and we want to overwrite its rules. I applied the label for some actions that we can overwrite.
1 parent 32f615e commit a06abda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.mergify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ pull_request_rules:
3939
conditions:
4040
# Travis failing
4141
- status-failure~=continuous-integration/travis-ci/pr
42+
- "label!=mergify skip"
4243
actions:
4344
label:
4445
add: ['needs: work']
@@ -49,6 +50,7 @@ pull_request_rules:
4950
conditions:
5051
# Jenkins CI failing
5152
- status-failure~=continuous-integration/jenkins/pr-head
53+
- "label!=mergify skip"
5254
actions:
5355
label:
5456
add: ['needs: work']
@@ -59,6 +61,7 @@ pull_request_rules:
5961
conditions:
6062
# Jenkins CI failing - any of the pipeline
6163
- status-failure~=^jenkins-ci
64+
- "label!=mergify skip"
6265
actions:
6366
label:
6467
add: ['needs: work']
@@ -120,6 +123,7 @@ pull_request_rules:
120123
conditions:
121124
# Labels
122125
- "label!=do not merge"
126+
- "label!=mergify skip"
123127
- "label=needs: CI"
124128

125129
# Reviewers

0 commit comments

Comments
 (0)