facebookarchive / mention-bot

Automatically mention potential reviewers on pull requests.
Other
3.36k stars 270 forks source link

Multiple labels support (withLabels) #169

Open chrisui opened 8 years ago

chrisui commented 8 years ago

I would like to be able to have mention-bot look for multiple labels instead of just a single label.

Ie. ["rfc", "review"]

I'm happy to submit a pr for this but was after some guidance first. Which one of these (providing you think this is reasonable) approached should I take:

a. Add withLabels and maintain support for withLabel b. Add withLabels and drop support for withLabel c. Allow array value on withLabel d. other...

vjeux commented 8 years ago

Hey, sorry about the long delay. I would go with c. I don't want to do a breaking change for this.

Feel free to send a pull request, thanks!