z0al / probot-review-me

Decide when a pull request is ready for review based on its statuses
MIT License
16 stars 0 forks source link

Support optionally removing existing labels when setting #2

Open johlju opened 6 years ago

johlju commented 6 years ago

In our workflow, when an PR is waiting for the author, the PR is labeled with "waiting for code fix", or "waiting for author response". It would be nice if "Review Me" when a new push comes in an all status are correct, the label is set, but also removes one or more labels.

# Optional, removes all of these labels when setting 'label:'.
removeLabels:
  - waiting for code fix
  - waiting for author response