Skip to content

Commit a8fe831

Browse files
authored
Merge pull request #12514 from 0xc0170/fix_mergify_skip
mergify: add "mergify skip" label
2 parents c966c42 + a06abda commit a8fe831

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)