Skip to content

Commit

Permalink
Merge pull request #10 from caffeine-addictt/fix/failing-labeller
Browse files Browse the repository at this point in the history
fix: Follow labeler v5 docs
  • Loading branch information
caffeine-addictt authored Mar 14, 2024
2 parents 3ce6eaf + 8aa11e5 commit 05c74c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# Documentation https://github.com/marketplace/actions/labeler

Documentation:
- docs/**/*
- .github/*
- ./*{.md,.mdx}
- changed-files:
- any-glob-to-any-file: [docs/**, .github/**, "./*.{md,mdx}"]
- all-globs-to-all-files: "!.github/workflows/*"

"Type: Test":
- tests/**/*
- ./**/*test*
- changed-files:
- any-glob-to-any-file: [tests/**, ./*test*]

"Type: CI":
- .github/workflows/*
- changed-files:
- any-glob-to-any-file: [.github/workflows/**]

0 comments on commit 05c74c5

Please sign in to comment.