Skip to content

Commit 437f8af

Browse files
HDCharlesdsikka
andauthored
limit mergify auto doc label (#2519)
Summary: make mergify only auto label if there are ONLY examples/docs changes rather than whenever there are examples/docs changes --------- Signed-off-by: HDCharles <charlesdavidhernandez@gmail.com> Signed-off-by: HDCharles <39544797+HDCharles@users.noreply.github.com> Co-authored-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent 891863b commit 437f8af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/mergify.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ pull_request_rules:
4747
- files~=^[^/]+\.md$
4848
- files~=^docs/
4949
- files~=^examples/
50+
- -files~=^src/
51+
- -files~=^tests/
52+
- -files~=^\.github/
53+
- -files~=^Makefile$
54+
- -files~=^pyproject\.toml$
5055
actions:
5156
label:
5257
add:

0 commit comments

Comments
 (0)