Skip to content

Commit

Permalink
Trigger backport on label change (GH-10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored Sep 6, 2017
1 parent 52c29fd commit 98047ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backport/backport_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


@router.register("pull_request", action="closed")
@router.register("pull_request", action="labeled")
async def backport_pr(event, gh, *args, **kwargs):
if event.data["pull_request"]["merged"]:

Expand Down

0 comments on commit 98047ae

Please sign in to comment.