zulip/zerver/webhooks/github
Aditya Kumar Kasaudhan 9d08063208 webhooks/github: Added support for issue transferred events.
On transferring an issue to another repository, GitHub sends
- a "transferred" event to the old repository's webhook URL,
- and an "opened event", containing links to the old issue,
  to the new repository's webhook URL.

This commit adds support for both events independently.
Fixes: #33450.
2025-02-21 15:34:14 -08:00
..
fixtures webhooks/github: Added support for issue transferred events. 2025-02-21 15:34:14 -08:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md integration-docs: Remove create channel for generate webhook URL docs. 2024-11-19 13:02:01 -08:00
githubsponsors.md integration-docs: Remove create channel for generate webhook URL docs. 2024-11-19 13:02:01 -08:00
tests.py webhooks/github: Added support for issue transferred events. 2025-02-21 15:34:14 -08:00
view.py webhooks/github: Added support for issue transferred events. 2025-02-21 15:34:14 -08:00