Skip to content

Commit 5456c70

Browse files
authored
Merge pull request #8 from botagas/testing
Update labeler
2 parents ab5ee7c + 042bc52 commit 5456c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Label PRs that modify documentation files
22
documentation:
33
- "docs/**"
4-
- "*.md"
4+
- "**/*.md"
55

66
# Label PRs that modify test files
77
tests:
@@ -18,5 +18,5 @@ ci:
1818

1919
# Label PRs that modify configuration files
2020
config:
21-
- "*.yml"
22-
- "*.yaml"
21+
- "**/*.yml"
22+
- "**/*.yaml"

0 commit comments

Comments
 (0)