File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ pull_request_rules:
39
39
conditions :
40
40
# Travis failing
41
41
- status-failure~=continuous-integration/travis-ci/pr
42
+ - " label!=mergify skip"
42
43
actions :
43
44
label :
44
45
add : ['needs: work']
@@ -49,6 +50,7 @@ pull_request_rules:
49
50
conditions :
50
51
# Jenkins CI failing
51
52
- status-failure~=continuous-integration/jenkins/pr-head
53
+ - " label!=mergify skip"
52
54
actions :
53
55
label :
54
56
add : ['needs: work']
@@ -59,6 +61,7 @@ pull_request_rules:
59
61
conditions :
60
62
# Jenkins CI failing - any of the pipeline
61
63
- status-failure~=^jenkins-ci
64
+ - " label!=mergify skip"
62
65
actions :
63
66
label :
64
67
add : ['needs: work']
@@ -120,6 +123,7 @@ pull_request_rules:
120
123
conditions :
121
124
# Labels
122
125
- " label!=do not merge"
126
+ - " label!=mergify skip"
123
127
- " label=needs: CI"
124
128
125
129
# Reviewers
You can’t perform that action at this time.
0 commit comments