mirror of https://github.com/zulip/zulip.git
webhooks/github: Ignore organization and milestone events.
These events are not super useful and were cluttering up our webhook logs.
This commit is contained in:
parent
6afd02bef5
commit
7b6a37780a
|
@ -449,6 +449,8 @@ IGNORED_EVENTS = [
|
||||||
'repository_vulnerability_alert',
|
'repository_vulnerability_alert',
|
||||||
'project_card',
|
'project_card',
|
||||||
'check_suite',
|
'check_suite',
|
||||||
|
'organization',
|
||||||
|
'milestone',
|
||||||
]
|
]
|
||||||
|
|
||||||
@api_key_only_webhook_view('GitHub', notify_bot_owner_on_invalid_json=True)
|
@api_key_only_webhook_view('GitHub', notify_bot_owner_on_invalid_json=True)
|
||||||
|
|
Loading…
Reference in New Issue