From 08674c21a01343d4def9fbbc15caea9dcfc6b551 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Mon, 14 Oct 2024 13:27:01 -0400 Subject: [PATCH] mergify: fix ci/cd autolabeling Signed-off-by: Nathan Weinberg --- .github/mergify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 77f1240b..2ddacc50 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -74,10 +74,11 @@ pull_request_rules: conditions: - or: - files=.github/mergify.yml - - files=.github/workflows/**/* + - files~=^\.github/(actions|workflows)/ + - files=scripts/ruff.sh + - files=.pre-commit-config.yaml - files=.pylintrc - - files=.spellcheck-en-custom.txt - - files=.spellcheck.yml + - files~=^\.spellcheck[^/]+$ - files=tox.ini - files=.markdownlint-cli2.yaml actions: