mirror of https://github.com/zulip/zulip.git
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:
parent
8e10ab282a
commit
badaf28f21
|
@ -455,6 +455,7 @@ IGNORED_EVENTS = [
|
|||
'check_suite',
|
||||
'organization',
|
||||
'milestone',
|
||||
'meta',
|
||||
]
|
||||
|
||||
@api_key_only_webhook_view('GitHub', notify_bot_owner_on_invalid_json=True)
|
||||
|
|
Loading…
Reference in New Issue