mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 10:08:03 +00:00
Fix test name matching for mergify
This commit is contained in:
parent
4cac50136f
commit
056ecbd35f
1 changed files with 4 additions and 14 deletions
18
.mergify.yml
18
.mergify.yml
|
@ -4,13 +4,8 @@ pull_request_rules:
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
# Unfortunately, we cannot just say "all CI must pass".
|
# Unfortunately, we cannot just say "all CI must pass".
|
||||||
# This is not a bot limitation, but a limitation in Github itself.
|
# This is not a bot limitation, but a limitation in Github itself.
|
||||||
- or:
|
- check-success=all-tests
|
||||||
- and:
|
- check-success=docker
|
||||||
- check-success=tests / all-tests
|
|
||||||
- check-success=tests / docker
|
|
||||||
- and:
|
|
||||||
- check-success=tests / all-tests (pull_request)
|
|
||||||
- check-success=tests / docker (pull_request)
|
|
||||||
- check-success=SonarCloud Code Analysis
|
- check-success=SonarCloud Code Analysis
|
||||||
- base=master
|
- base=master
|
||||||
actions:
|
actions:
|
||||||
|
@ -21,13 +16,8 @@ pull_request_rules:
|
||||||
update_method: rebase
|
update_method: rebase
|
||||||
- name: automatic merge for stable backports when CI passes
|
- name: automatic merge for stable backports when CI passes
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- check-success=all-tests
|
||||||
- and:
|
- check-success=docker
|
||||||
- check-success=tests / all-tests
|
|
||||||
- check-success=tests / docker
|
|
||||||
- and:
|
|
||||||
- check-success=tests / all-tests (pull_request)
|
|
||||||
- check-success=tests / docker (pull_request)
|
|
||||||
- check-success=SonarCloud Code Analysis
|
- check-success=SonarCloud Code Analysis
|
||||||
- base=stable
|
- base=stable
|
||||||
- or:
|
- or:
|
||||||
|
|
Loading…
Reference in a new issue