github_webhook: Use indented Markdown macros.

This commit is contained in:
Eeshan Garg
2017-11-24 19:37:21 -03:30
committed by Tim Abbott
parent 1dca7cc367
commit 23162a1433

View File

@@ -2,32 +2,31 @@ For the integration based on the deprecated
[GitHub Services](https://github.com/github/github-services), [GitHub Services](https://github.com/github/github-services),
see [here](./github). see [here](./github).
{!create-stream.md!} 1. {!create-stream.md!}
{!create-bot-construct-url.md!} 2. {!create-bot-construct-url-indented.md!}
{!git-webhook-url-with-branches.md!} 3. {!git-webhook-url-with-branches-indented.md!}
Next, go to your repository page and click **Settings**: 4. Next, go to your repository page and click **Settings**:
![](/static/images/integrations/github_webhook/001.png)
![](/static/images/integrations/github_webhook/001.png) 5. From there, select **Webhooks**:
From there, select **Webhooks**: ![](/static/images/integrations/github_webhook/002.png)
![](/static/images/integrations/github_webhook/002.png) 6. Click **Add webhook**.
Click **Add webhook**. ![](/static/images/integrations/github_webhook/003.png)
![](/static/images/integrations/github_webhook/003.png) 7. Authorize yourself and configure your webhook.
Authorize yourself and configure your webhook. 8. In the **Payload URL** field, enter the URL constructed above.
In the **Payload URL** field, enter the URL constructed above. 9. Then, set **Content type** to `application/json`.
Then, set **Content type** to `application/json`. 10. Next, select the actions that you want to result in a Zulip
notification and click **Add Webhook**.
Next, select the actions that you want to result in a Zulip
notification and click **Add Webhook**.
{!congrats.md!} {!congrats.md!}