mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 01:58:53 +00:00
29 lines
816 B
YAML
29 lines
816 B
YAML
|
pull_request_rules:
|
||
|
- name: automatic merge for main when CI passes and approved
|
||
|
conditions:
|
||
|
- "#approved-reviews-by>=1"
|
||
|
# Unfortunately, we cannot just say "all CI must pass".
|
||
|
# This is not a bot limitation, but a limitation in Github itself.
|
||
|
- check-success=tests / all-tests
|
||
|
- check-success=tests / docker
|
||
|
- check-success=SonarCloud Code Analysis
|
||
|
- base=master
|
||
|
actions:
|
||
|
merge:
|
||
|
method: squash
|
||
|
rebase_fallback: none
|
||
|
strict: smart+fasttrack
|
||
|
strict_method: rebase
|
||
|
- name: copy patches to stable branch
|
||
|
conditions:
|
||
|
- base=master
|
||
|
- label!=unstable
|
||
|
actions:
|
||
|
backport:
|
||
|
branches:
|
||
|
- stable
|
||
|
assignees:
|
||
|
- "@master-of-zen"
|
||
|
- "@redzic"
|
||
|
- "@shssoichiro"
|