Skip to content

Commit b87126d

Browse files
committed
WIP
1 parent 5745a21 commit b87126d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/github-app-setup.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,18 @@ After deploying your server, configure and enable webhooks:
115115

116116
1. Go to your GitHub App settings:
117117
`https://github.com/organizations/YOUR_ORG/settings/apps/YOUR_APP`
118-
2. Set **Webhook URL** to your endpoint:
119-
- Lambda: `https://xxx.execute-api.region.amazonaws.com/webhooks`
120-
- Server: `https://your-domain.com/webhooks`
121-
3. Check **Active** to enable webhooks
122-
4. Click **Save changes**
123-
124-
5. Under **Subscribe to events**, check:
118+
2. On the **General** tab, under **Webhook**:
119+
- Set **Webhook URL** to your endpoint:
120+
- Lambda: `https://xxx.execute-api.region.amazonaws.com/webhooks`
121+
- Server: `https://your-domain.com/webhooks`
122+
- Check **Active** to enable webhooks
123+
- Click **Save changes**
124+
3. Go to the **Permissions & events** tab
125+
4. Scroll to **Subscribe to events** and check:
125126
- [x] **Pull request** - PR open, close, merge events
126127
- [x] **Team** - Team creation, deletion, changes
127128
- [x] **Membership** - Team membership changes
128-
129-
6. Click **Save changes**
129+
5. Click **Save changes**
130130

131131
## Using the App Manifest (Alternative)
132132

0 commit comments

Comments
 (0)