We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90755ad commit 5b34b11Copy full SHA for 5b34b11
README.md
@@ -14,8 +14,7 @@ see [configuration](#configuration) below for more.
14
variables you may want to set, see [`lib/config.ts`](./lib/config.ts).
15
1. Create a Discord webhook (`https://discord.com/api/webhooks/1234/ABCDWXYZ`).
16
2. Take the ID (`1234`) and token (`ABCDWXYZ`) from the URL, and enter
17
- `https://<filter_url>/1234/ABCDWXYZ` (note: no `/github`) in the GitHub webhook settings:
18
- \
+ `https://<filter_url>/1234/ABCDWXYZ` (note: no `/github`) in the GitHub webhook settings:\
19

20
3. Optionally add configuration parameters (see below) to the URL, e.g.
21
`?allowBranches=master,dev&hideTags=1`.
0 commit comments