docs(github): mirror all app permissions and events to GHE setup#18830
Draft
alexsohn1126 wants to merge 1 commit into
Draft
docs(github): mirror all app permissions and events to GHE setup#18830alexsohn1126 wants to merge 1 commit into
alexsohn1126 wants to merge 1 commit into
Conversation
The GitHub Enterprise section describes a GitHub App that customers create themselves, and its permissions and events had drifted from the Sentry GitHub App used for github.com installs (verified via `gh api /apps/sentry`). Mirror the full set so GitHub Enterprise installs support the same features: - Fix Commit Statuses, which was documented as "No Access" but requires read & write - Add the Actions, Checks, Code Quality, Code scanning alerts, Metadata, Webhooks, and Email addresses permissions - Add the check_run, check_suite, pull_request_review, and pull_request_review_comment events - Note that this app is customer-owned and should be kept in sync with the permissions documented for the github.com app Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Mirrors every permission and event from the Sentry GitHub App into the Installing GitHub Enterprise setup instructions, so GitHub Enterprise installs support the same features as
github.cominstalls. Verified against the live app config viagh api /apps/sentry.Since the GHE app is created and owned by the customer, its documented config had drifted from the hosted app.
Permissions
Events
Docs note
Open questions for the integrations team
code_qualityandsecurity_eventspermission scopes exist on the minimum GHES version we support? They may not appear in the App settings UI on older versions.IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
🤖 Generated with Claude Code