Skip to content

Commit

Permalink
Merge branch 'main' into badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin authored Sep 28, 2024
2 parents 5ccb129 + 4774b0e commit dd4bb35
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 dd4bb35

Please sign in to comment.