mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
webhooks/github: Ignore 'meta' events.
This event occurs when its corresponding webhook is deleted. This isn't very useful information, so we should ignore it.
This commit is contained in:
@@ -455,6 +455,7 @@ IGNORED_EVENTS = [
|
|||||||
'check_suite',
|
'check_suite',
|
||||||
'organization',
|
'organization',
|
||||||
'milestone',
|
'milestone',
|
||||||
|
'meta',
|
||||||
]
|
]
|
||||||
|
|
||||||
@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)
|
||||||
|
|||||||
Reference in New Issue
Block a user