diff --git a/.github/labeler.yml b/.github/labeler.yml index cf8dfd1..c9b2f63 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**' \ No newline at end of file + - "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-/**"