fix: use github-actions (hyphen) label to match Dependabot convention#13
Merged
fix: use github-actions (hyphen) label to match Dependabot convention#13
Conversation
Dependabot's documented ecosystem label is `github-actions` (hyphen), not `github_actions` (underscore). The underscore form was derived from Dependabot's internal branch path and caused duplicate labels in consumer repos that already had the canonical hyphenated label. The case pattern (dependabot/github_actions/*) matches the branch path and remains unchanged. Fixes #9
The prerequisite list instructed consumers to create a `github_actions` (underscore) label, which conflicted with Dependabot's documented `github-actions` (hyphen) label. Consumers following setup ended up with duplicate labels. Refs #9
j7an
added a commit
that referenced
this pull request
Apr 12, 2026
fix: use github-actions (hyphen) label to match Dependabot convention
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github-actions(hyphen) on tracking issues for GitHub Actions Dependabot PRs, matching Dependabot's documented ecosystem label.casepatterndependabot/github_actions/*is unchanged because it matches Dependabot's branch path, which is a separate concern from the label value.Fixes #9
Test plan
grep -rn 'github_actions' --include='*.yml' --include='*.md' .returns only branch-path references (never a label value)github-actionson the right-hand sidegithub-actionswith no "underscore, not hyphen" parentheticaltag-release.ymlwithbump=auto→ expectv1.2.5release.ymlre-floats@v1tov1.2.5@v1, the tracking issue receives thegithub-actionslabel and nogithub_actionslabel is auto-created