googleapis / googleapis/release-please
Allow custom labels to be added
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
Thanks for stopping by to let us know something could be better!
**Is your feature request related to a problem? Please describe.**
I'd like to add some custom labels to my PRs. These labels can then be used to trigger other (external) automations. This is ofcourse possible using a separate github action (when using Github Actions), but it's easier if this would be a plugin for example.
**Describe the solution you'd like**
Just a simple plugin that can add a list of custom labels.
**Describe alternatives you've considered**
Using actions/labeler to add custom labels. This requires some extra logic, as you'd have to identify which PR was created by release please as a release PR. A plugin would just need some configuration, and almost no logic, maintained by the community.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.