Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Should enable pullrequest:comment_created webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 30, 2016
1 parent 690c08b commit fd707f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badwolf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ def register_webhook(repo):
'pullrequest:created',
'pullrequest:updated',
'pullrequest:approved',
'pullrequest:comment_updated',
'pullrequest:comment_created',
))
click.echo('Webhook {} registered'.format(webhook_url))

0 comments on commit fd707f9

Please sign in to comment.