mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12514 from 0xc0170/fix_mergify_skip
mergify: add "mergify skip" labelpull/12520/head
commit
a8fe8310b9
|
@ -39,6 +39,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
# Travis failing
|
# Travis failing
|
||||||
- status-failure~=continuous-integration/travis-ci/pr
|
- status-failure~=continuous-integration/travis-ci/pr
|
||||||
|
- "label!=mergify skip"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ['needs: work']
|
add: ['needs: work']
|
||||||
|
@ -49,6 +50,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
# Jenkins CI failing
|
# Jenkins CI failing
|
||||||
- status-failure~=continuous-integration/jenkins/pr-head
|
- status-failure~=continuous-integration/jenkins/pr-head
|
||||||
|
- "label!=mergify skip"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ['needs: work']
|
add: ['needs: work']
|
||||||
|
@ -59,6 +61,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
# Jenkins CI failing - any of the pipeline
|
# Jenkins CI failing - any of the pipeline
|
||||||
- status-failure~=^jenkins-ci
|
- status-failure~=^jenkins-ci
|
||||||
|
- "label!=mergify skip"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add: ['needs: work']
|
add: ['needs: work']
|
||||||
|
@ -120,6 +123,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
# Labels
|
# Labels
|
||||||
- "label!=do not merge"
|
- "label!=do not merge"
|
||||||
|
- "label!=mergify skip"
|
||||||
- "label=needs: CI"
|
- "label=needs: CI"
|
||||||
|
|
||||||
# Reviewers
|
# Reviewers
|
||||||
|
|
Loading…
Reference in New Issue