2024-07-04 09:51:41 +02:00
|
|
|
# Zulip Gitea integration
|
|
|
|
|
2019-11-18 03:28:15 +01:00
|
|
|
Receive Gitea notifications in Zulip!
|
|
|
|
|
2024-07-04 09:51:41 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-04 09:51:41 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
2019-11-18 03:28:15 +01:00
|
|
|
|
|
|
|
1. Go to your repository on Gitea and click on **Settings**. Select
|
|
|
|
**Webhooks** on the left sidebar, and click **Add Webhook**.
|
|
|
|
Select **Gitea**.
|
|
|
|
|
2024-07-04 09:51:41 +02:00
|
|
|
1. Set **Payload URL** to the URL generated above. Set **Content type**
|
|
|
|
to `application/json`. Select the [events](#filtering-incoming-events)
|
|
|
|
you would like to receive notifications for, and click **Add Webhook**.
|
|
|
|
|
|
|
|
{end_tabs}
|
2019-11-18 03:28:15 +01:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/gitea/001.png)
|
2024-07-04 09:51:41 +02:00
|
|
|
|
|
|
|
### Configuration options
|
|
|
|
|
|
|
|
{!git-branches-additional-feature.md!}
|
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
{!webhooks-url-specification.md!}
|