diff --git a/docs/integrations/source-code-mgmt/github/index.mdx b/docs/integrations/source-code-mgmt/github/index.mdx
index a78f4a5b4907e..8ebf1b271b9a5 100644
--- a/docs/integrations/source-code-mgmt/github/index.mdx
+++ b/docs/integrations/source-code-mgmt/github/index.mdx
@@ -100,6 +100,12 @@ Occasionally, Sentry will request additional permissions to your GitHub account
### Register new GitHub App
+
+
+Because you create and own this GitHub App yourself, you're responsible for keeping its configuration current. The permissions and events below mirror those of the [Sentry GitHub App](#github-permissions) used for `github.com` installations, so that GitHub Enterprise installations support the same features. When Sentry adds a permission or event to the GitHub App, update your GitHub Enterprise App to match, otherwise newer features may not work.
+
+
+
1. First, you'll need to generate a webhook secret. For example, in terminal:
```
@@ -142,13 +148,29 @@ Occasionally, Sentry will request additional permissions to your GitHub account
Webhook secret |
`Input your secret from the previous step` |
+
+ | Actions |
+ Read & Write |
+
| Repository Administration |
Read-only |
+
+ | Checks |
+ Read & Write |
+
+
+ | Code Quality |
+ Read-only |
+
+
+ | Code scanning alerts |
+ Read-only |
+
| Commit Statuses |
- No Access |
+ Read & Write |
| Deployments |
@@ -158,6 +180,10 @@ Occasionally, Sentry will request additional permissions to your GitHub account
Issues |
Read & Write |
+
+ | Metadata |
+ Read-only |
+
| Pages |
No Access |
@@ -170,6 +196,10 @@ Occasionally, Sentry will request additional permissions to your GitHub account
Repository Contents |
Read & Write |
+
+ | Webhooks |
+ Read & Write |
+
| Single File |
No Access |
@@ -178,6 +208,10 @@ Occasionally, Sentry will request additional permissions to your GitHub account
Repository Projects |
No Access |
+
+ | Email addresses |
+ Read-only |
+
| Organization members |
Read-only |
@@ -193,6 +227,14 @@ Occasionally, Sentry will request additional permissions to your GitHub account
+
+ | Check run |
+ Yes |
+
+
+ | Check suite |
+ Yes |
+
| Delete |
Yes |
@@ -229,6 +271,14 @@ Occasionally, Sentry will request additional permissions to your GitHub account
Pull Request |
Yes |
+
+ | Pull request review |
+ Yes |
+
+
+ | Pull request review comment |
+ Yes |
+
| Push |
Yes |