servo / highfive

Github hooks to provide an encouraging atmosphere for new contributors
Mozilla Public License 2.0
254 stars 58 forks source link

Support custom label actions per repository #180

Closed aneeshusa closed 7 years ago

aneeshusa commented 7 years ago

When events occur on a PR (open, close, merge, etc.), support adding or removing custom labels through a new config file, with per-repository settings.

The driving use case for this is to add S-needs-deploy to merged PRs in the saltfs repository to keep track of what's been deployed.

Fixes #179.

jdm commented 7 years ago

@bors-servo: r+

bors-servo commented 7 years ago

:pushpin: Commit 29cc665 has been approved by jdm

bors-servo commented 7 years ago

:hourglass: Testing commit 29cc6654ed127faff6577bf24d7e10becd6e84a4 with merge 2dbae6753700d0497d999b55c8514ebb0717be22...

bors-servo commented 7 years ago

:sunny: Test successful - status-travis Approved by: jdm Pushing 2dbae6753700d0497d999b55c8514ebb0717be22 to master...

aneeshusa commented 7 years ago

Thanks for the pointers and the quick review!