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
@@ -69,6 +67,7 @@ You can deploy this webhook in different ways
69
67
```
70
68
yarn install
71
69
```
70
+
72
71
3. Create a .env file with your (configuration)[#configuration] and the edit it
73
72
```
74
73
cp .env.example .env
@@ -83,6 +82,8 @@ You can deploy this webhook in different ways
83
82
```
84
83
6. You should see your webhook running on the port specified in the configuration below
85
84
85
+
## Configuration
86
+
86
87
We make use of the following environment variables:
87
88
88
89
| Variable | Setting | Mandatory | Default |
@@ -96,8 +97,6 @@ We make use of the following environment variables:
96
97
| IGNORE_PR_OPENED_BY | A comma-separated list of GitHub user names. Only PR not opened by these users will be notified or leave it empty to receive all notifications. |**No**|_empty array_|
97
98
| NOTIFY_CHECK_RUNS_FOR | Comma-separated list of branches to notify Check Runs for. Leave empty to notify for any branch |**No**|_empty__array_|
98
99
99
-
## How to configure the webhook in GitHub
100
-
101
100
### GitHub Configuration
102
101
103
102
#### Repositories
@@ -119,7 +118,7 @@ We make use of the following environment variables:
119
118
8. Click on `Add webhook`
120
119
9. You will receive your first notification on Twitch Chat and StreamLabs letting you now your webhook has been configured correctly.
121
120
122
-
###For sponsorships
121
+
#### Sponsorships
123
122
124
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)
0 commit comments