zulip/zerver/webhooks/github
Zixuan James Li ec8a284ad5 webhooks: Use 200 status code for unknown events.
Because the third party might not be expecting a 400 from our
webhooks, we now instead use 200 status code for unknown events,
while sending back the error to Sentry. Because it is no longer an error
response, the response type should now be "success".

Fixes #24721.

(cherry picked from commit 84723654c8)
2023-08-23 03:06:07 +00:00
..
fixtures integrations: Ignore merge queue push events for GitHub Integration. 2023-05-24 15:33:50 -07:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md integrations: Add a link to GitHub webhooks documentation. 2023-03-15 15:37:42 -07:00
tests.py webhooks: Use 200 status code for unknown events. 2023-08-23 03:06:07 +00:00
view.py webhooks: Use 200 status code for unknown events. 2023-08-23 03:06:07 +00:00