Skip to content

Commit

Permalink
chore: Update labeler config to add semver-tool- scope
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed Dec 24, 2023
1 parent 7c6db54 commit 473b1e8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
'scope: prepare-commit-msg-context':
"scope: prepare-commit-msg-context":
- all:
- changed-files:
- any-glob-to-any-file:
- 'src/prepare-commit-msg-context/**'
- 'test/prepare-commit-msg-context/**'
- "src/prepare-commit-msg-context/**"
- "test/prepare-commit-msg-context/**"
"scope: semver-tool-":
- all:
- changed-files:
- any-glob-to-any-file:
- "src/semver-tool-/**"
- "test/semver-tool-/**"

0 comments on commit 473b1e8

Please sign in to comment.