zulip/zerver/webhooks/github
Eeshan Garg fa29006311 webhooks/github: Ignore check_suite events.
A check suite is a collection of check runs. We care a lot more
about the outcomes of check runs in this case because check_run
payloads are a lot more informative than check_suite payloads.

(And in any case, the check_suite events are primarily for notifying
tools like CI to run checks).
2019-02-20 16:32:42 -08:00
..
fixtures webhook/github: Support check_run events. 2019-02-20 16:32:39 -08:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
tests.py webhook/github: Support check_run events. 2019-02-20 16:32:39 -08:00
view.py webhooks/github: Ignore check_suite events. 2019-02-20 16:32:42 -08:00