[CI/Build] mergify: fix rules for ci/build label (#9804)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
ab6f981671
commit
7585ec996f
15
.github/mergify.yml
vendored
15
.github/mergify.yml
vendored
@ -13,13 +13,14 @@ pull_request_rules:
|
|||||||
- name: label-ci-build
|
- name: label-ci-build
|
||||||
description: Automatically apply ci/build label
|
description: Automatically apply ci/build label
|
||||||
conditions:
|
conditions:
|
||||||
- files~=^\.github/
|
- or:
|
||||||
- files~=\.buildkite/
|
- files~=^\.github/
|
||||||
- files~=^cmake/
|
- files~=\.buildkite/
|
||||||
- files=CMakeLists.txt
|
- files~=^cmake/
|
||||||
- files~=^Dockerfile
|
- files=CMakeLists.txt
|
||||||
- files~=^requirements.*\.txt
|
- files~=^Dockerfile
|
||||||
- files=setup.py
|
- files~=^requirements.*\.txt
|
||||||
|
- files=setup.py
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user