Skip to content

Commit

Permalink
Merge pull request #28 from hankei6km/topic/semver-feature-label
Browse files Browse the repository at this point in the history
ci: Add semver-tool scope
  • Loading branch information
hankei6km authored Dec 24, 2023
2 parents 95ca3db + 473b1e8 commit 53b9b02
Show file tree
Hide file tree
Showing 2 changed files with 10 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-/**"
1 change: 1 addition & 0 deletions scripts/init-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53b9b02

Please sign in to comment.