Skip to content

Commit

Permalink
Merge pull request #340 from PrefectHQ/labeler
Browse files Browse the repository at this point in the history
Update labeler rules
  • Loading branch information
jlowin authored Sep 28, 2024
2 parents a4d0221 + f2b7deb commit 4774b0e
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 4774b0e

Please sign in to comment.