abinoda / label-when-approved-action

GitHub Action that labels approved pull requests
MIT License
191 stars 130 forks source link

Remove a label when approved #1

Closed axelson closed 5 years ago

axelson commented 5 years ago

Would it be possible to optionally remove a label when a PR is approved?

abinoda commented 5 years ago

@axelson Should be easy to do. Would need to modify this line: https://github.com/pullreminders/label-when-approved-action/blob/master/entrypoint.sh#L47-L53

You could fork and change your own or submit a PR here if you make it configurable.

rciovati commented 5 years ago

Should be done in #3