Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Spigolon <behemoth89@gmail.com>
  • Loading branch information
Eomm committed May 12, 2024
1 parent b5ba6ea commit eed8c63
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# PRs that only touch the docs folder
documentation:
- all: ["docs/**/*"]
- changed-files:
- any-glob-to-any-file: docs/**

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

# PRs that only touch type files
typescript:
- all: ["**/*[.|-]d.ts"]
- changed-files:
- any-glob-to-any-file: "**/*[.|-]d.ts"

plugin:
- all: ["docs/Guides/Ecosystem.md"]
Expand Down

0 comments on commit eed8c63

Please sign in to comment.