@@ -115,18 +115,18 @@ After deploying your server, configure and enable webhooks:
115115
1161161 . 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