You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,13 +113,7 @@ We make use of the following environment variables:
113
113
3. On the **Payload** field, enter the GitHub endpoint for your deployed webhook. For example `https://YOUR-SITE-HERE.herokuapp.com/github`.
114
114
4. For **Content type** we want to select `application/json`.
115
115
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)
123
117
7. Make sure the `Active` checkbox is checked
124
118
8. Click on `Add webhook`
125
119
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:
128
122
129
123
[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)
130
124
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
+
131
133
## Contributing
132
134
133
135
Everyone is welcome to contribute to this repository. To do so follow these steps:
0 commit comments