sbt / sbt-github-actions

An sbt plugin which makes it easier to build with GitHub Actions
Apache License 2.0
194 stars 59 forks source link

Feature request: Add support for automatically labelling PRs by Github Actions #184

Open danicheg opened 5 months ago

danicheg commented 5 months ago

Github natively supports automatic PRs labelling — https://github.com/actions/labeler. Manually managing the .github/labeler.yml might be laborious, especially when reorganizing SBT modules that correspond to labels in one's Github repo. What do you folks think of this?