Skip to content

Commit 3bd5864

Browse files
authored
Added missing default event
1 parent c8d4880 commit 3bd5864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"type":"Repository","id":<%= variables[:webhook_id] %>,"name":"web","active":true,"events":["commit_comment","pull_request","pull_request_review","push","status"],"config":{"content_type":"json","insecure_ssl":"0","secret":"********","url":"<%= variables[:webhook_url] %>"},"url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>","test_url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>/test","ping_url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>/pings","last_response":{"code":200,"status":"active","message":"OK"}}
1+
{"type":"Repository","id":<%= variables[:webhook_id] %>,"name":"web","active":true,"events":["commit_comment","pull_request","pull_request_review","pull_request_review_comment","push","status"],"config":{"content_type":"json","insecure_ssl":"0","secret":"********","url":"<%= variables[:webhook_url] %>"},"url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>","test_url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>/test","ping_url":"https://api.github.com/repos/company/repo/hooks/<%= variables[:webhook_id] %>/pings","last_response":{"code":200,"status":"active","message":"OK"}}

0 commit comments

Comments
 (0)