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:
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
You can’t perform that action at this time.
0 commit comments