Skip to content

Commit

Permalink
Update labeler rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Sep 28, 2024
1 parent a4d0221 commit f2b7deb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
documentation:
- changed-files:
- any-glob-to-any-file: "docs/*"
- any-glob-to-any-file: "docs/**"

example:
- changed-files:
- any-glob-to-any-file:
- "examples/**"
- "docs/examples/**"

tests:
- changed-files:
- any-glob-to-any-file: "tests/*"
- any-glob-to-any-file: "tests/**"

0 comments on commit f2b7deb

Please sign in to comment.