mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
webhooks/github_webhook: Update text to conform to doc style guide.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB |
@@ -4,30 +4,18 @@ see [here](./github).
|
||||
|
||||
1. {!create-stream.md!}
|
||||
|
||||
2. {!create-bot-construct-url-indented.md!}
|
||||
1. {!create-bot-construct-url-indented.md!}
|
||||
|
||||
3. {!git-webhook-url-with-branches-indented.md!}
|
||||
{!git-webhook-url-with-branches-indented.md!}
|
||||
|
||||
4. Next, go to your repository page and click **Settings**:
|
||||

|
||||
1. Go to your repository on GitHub and click on the **Settings** tab.
|
||||
Select **Webhooks**. Click on **Add webhook**. GitHub may prompt
|
||||
you for your password.
|
||||
|
||||
5. From there, select **Webhooks**:
|
||||
|
||||

|
||||
|
||||
6. Click **Add webhook**.
|
||||
|
||||

|
||||
|
||||
7. Authorize yourself and configure your webhook.
|
||||
|
||||
8. In the **Payload URL** field, enter the URL constructed above.
|
||||
|
||||
9. 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**.
|
||||
1. Set **Payload URL** to the URL constructed above. Set **Content type**
|
||||
to `application/json`. Select the events you would like to receive
|
||||
notifications for, and click **Add Webhook**.
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user