From d606a0bb57924ec2fab924c7256c9622b9461977 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 25 Feb 2025 11:45:17 -0500 Subject: [PATCH] ci: label scripts/infra files as CI/CD These files are relevant to CI/CD. Make PRs easier to discover for people who work on CI/CD. Signed-off-by: Ken Dreyer --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index a6076173bf..662e5ba1c7 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -169,6 +169,7 @@ pull_request_rules: - files=.github/mergify.yml - files~=^\.github/(actions|workflows)/ - files=scripts/ruff.sh + - files=scripts/infra/ - files=.pre-commit-config.yaml - files=.pylintrc - files~=^\.spellcheck[^/]+$