Skip to content

Commit f13538e

Browse files
committed
docs: add GitLab configuration guide
1 parent 859ed32 commit f13538e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,7 @@ We make use of the following environment variables:
113113
3. On the **Payload** field, enter the GitHub endpoint for your deployed webhook. For example `https://YOUR-SITE-HERE.herokuapp.com/github`.
114114
4. For **Content type** we want to select `application/json`.
115115
5. On **Which events would you like to trigger this webhook?** select `Let me select individual events`.
116-
6. On the list of events check the following:
117-
- Check runs
118-
- Forks
119-
- Issues
120-
- Pull requests
121-
- Releases
122-
- Stars
116+
6. On the list of events check any of the [supported events](#github)
123117
7. Make sure the `Active` checkbox is checked
124118
8. Click on `Add webhook`
125119
9. You will receive your first notification on Twitch Chat and StreamLabs letting you now your webhook has been configured correctly.
@@ -128,6 +122,14 @@ We make use of the following environment variables:
128122

129123
[Check the GitHub documentation](https://help.github.com/en/github/supporting-the-open-source-community-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account)
130124

125+
### GitLab Configuration
126+
127+
0. Open your repository settings on GitLab.
128+
1. Go to the **Settings/Webhooks** section.
129+
2. On the **URL** field, enter the GitLab endpoint for your deployed webhook. For example `https://YOUR-SITE-HERE.herokuapp.com/gitlab`.
130+
3. On the list of **Trigger** you can activate any of the [supported events](#gitlab)
131+
4. Click on `Add webhook`
132+
131133
## Contributing
132134

133135
Everyone is welcome to contribute to this repository. To do so follow these steps:

0 commit comments

Comments
 (0)