Skip to content

Commit

Permalink
update: labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Feb 14, 2024
1 parent dce3c54 commit e64ae8a
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
test:
- "src/*.test.ts"
- "src/**/*.test.ts"
- "src/*.spec.ts"
- "src/**/*.spec.ts"
- changed-files:
- any-glob-to-any-file:
-
- "src/**/*.test.ts"
- "src/*.spec.ts"
- "src/**/*.spec.ts"

documentation:
- "**/*.md"
- "**/*.txt"

dependencies:
- "**/package.json"
- "**/yarn.lock"

infrastructure:
- "**/Dockerfile"
- "**/compose.yml"
- changed-files:
- any-glob-to-any-file: ["**/*.md", "**/*.txt"]

0 comments on commit e64ae8a

Please sign in to comment.