Skip to content

Commit

Permalink
mergify: fix ci/cd autolabeling
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Weinberg <[email protected]>
  • Loading branch information
nathan-weinberg committed Oct 14, 2024
1 parent c40e15b commit 08674c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 08674c2

Please sign in to comment.