We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09529ad commit 6d301d7Copy full SHA for 6d301d7
.mergify.yml
@@ -140,8 +140,9 @@ pull_request_rules:
140
- status-success~=continuous-integration/travis-ci/pr
141
# Internal Jenkins - we rely on PR head to provide status
142
- status-success~=continuous-integration/jenkins/pr-head
143
- # any of the jenkins pipeline needs to be green
+ # any of the jenkins pipeline needs to be green or not failed (if smart tester skippes some stages, they are not there)
144
- status-success~=^jenkins-ci
145
+ - -status-failure~=^jenkins-ci
146
actions:
147
label:
148
add:
0 commit comments