Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace release-drafter autolabeler with actions/labeler #56

Open
kvanzuijlen opened this issue Apr 4, 2024 · 0 comments
Open

Replace release-drafter autolabeler with actions/labeler #56

kvanzuijlen opened this issue Apr 4, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kvanzuijlen
Copy link
Member

Why

release-drafter doesn't have extensive enough configuration support. Optimally, PRs from Renovate updating application dependencies would automatically be labeled according to Renovate's current configuration, but currently, the autolabeler adds additional labels. We could ignore branches starting with renovate/ but that's not the cleanest solution imo. Currently, Renovate sets labels on its PRs, only because this behavior could not be mimicked with release-drafter. With actions/labeler we'd be able to have 1, and only 1, location to configure automatic PR labels.

What

PRs from Renovate/with the title starting with chore(deps) updating GitHub Actions should get the labels "kind:chore" and "semver:none". PRs from Renovate/with the title starting with chore(deps) updating everything else should get the labels "kind:dependencies" and "semver:patch".

@kvanzuijlen kvanzuijlen added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant