Unverified Commit 7585ec99 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[CI/Build] mergify: fix rules for ci/build label (#9804)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent ab6f9816
...@@ -13,13 +13,14 @@ pull_request_rules: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment