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-/**" diff --git a/scripts/init-labels.sh b/scripts/init-labels.sh index 7230ee2..610388b 100755 --- a/scripts/init-labels.sh +++ b/scripts/init-labels.sh @@ -16,6 +16,7 @@ LABELS_TEXT_COLOR_DESCRIPTIOM=( "sem-pr: revert,#d73a4a,Reverts previous changes" "sem-pr: breaking change,#e99695,This change may affect existing functionality or APIs" "scope: prepare-commit-msg-context,#C2E0C6,prepare-commit-msg-context-related changes" + "scope: semver-tool,#FEF2C0,semver-tool changes" ) for label_color_description in "${LABELS_TEXT_COLOR_DESCRIPTIOM[@]}"; do