2024-07-04 14:44:55 +02:00
|
|
|
# Zulip GitHub integration
|
|
|
|
|
2018-04-18 21:20:25 +02:00
|
|
|
Get GitHub notifications in Zulip!
|
2017-07-25 03:02:36 +02:00
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2023-11-01 14:25:52 +01:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
2023-03-15 22:52:49 +01:00
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
1. On your repository's web page, go to **Settings**. Select **Webhooks**,
|
|
|
|
and click **Add webhook**. GitHub may prompt you for your password.
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
1. Set **Payload URL** to the URL generated above. Set **Content type**
|
|
|
|
to `application/json`. Select the [events](#filtering-incoming-events)
|
|
|
|
you'd like to be notified about, and click **Add Webhook**.
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
{end_tabs}
|
2017-06-04 23:50:37 +02:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
2018-04-18 21:34:30 +02:00
|
|
|
![](/static/images/integrations/github/001.png)
|
2021-04-15 20:52:23 +02:00
|
|
|
|
2024-07-04 14:44:55 +02:00
|
|
|
{!event-filtering-additional-feature.md!}
|
|
|
|
|
|
|
|
### Configuration options
|
|
|
|
|
|
|
|
{!git-branches-additional-feature.md!}
|
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
- [GitHub's webhook events documentation][github-webhook-events]
|
|
|
|
|
|
|
|
- [Zulip GitHub Actions integration](/integrations/doc/github-actions)
|
|
|
|
|
|
|
|
{!webhooks-url-specification.md!}
|
|
|
|
|
|
|
|
[github-webhook-events]: https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads
|