Skip to content

Commit

Permalink
added pull_request_review hook (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Ruy Sanchez <[email protected]>
  • Loading branch information
netors authored and fophillips committed Feb 19, 2017
1 parent 6cd36d1 commit 70b2e23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github_webhook/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _get_header(key):
'public': '{sender[login]} publicized {repository[full_name]}',
'pull_request': '{sender[login]} {action} pull #{pull_request[number]} in '
'{repository[full_name]}',
'pull_request_review': '{sender[login]} {action} {review[state]} review on pull #{pull_request[number]} in '
'{repository[full_name]}',
'pull_request_review_comment': '{comment[user][login]} {action} comment '
'on pull #{pull_request[number]} in '
'{repository[full_name]}',
Expand Down

0 comments on commit 70b2e23

Please sign in to comment.