diff --git a/docs/integrations/source-code-mgmt/github/index.mdx b/docs/integrations/source-code-mgmt/github/index.mdx index 4a76b57401d96..e64822f0765c4 100644 --- a/docs/integrations/source-code-mgmt/github/index.mdx +++ b/docs/integrations/source-code-mgmt/github/index.mdx @@ -81,6 +81,10 @@ The following permissions are required for the GitHub integration to work correc | Metadata | Read-only | To identify repository structure, names, default branches, and visibility. | | Pull Requests | Read & Write | To write comments on pull requests for (1) issues caused by the pull request, (2) to highlight existing issues in the code diff, and (3) AI Code Review feedback. | | Webhooks | Read & Write | To subscribe to real-time updates like push events, PRs, and issues. | +| Actions | Read & Write | To allow Seer Agent to read CI logs and re-run tests after iterations. | +| Code Quality | Read-only | To allow Seer agent to pull specific maintainability/reliability findings attached to a PR, with rule ID and explanation. | +| Code Scanning Alerts | Read-only | Lets Seer Agent review CodeQL/SARIF-based security vulnerability findings attached to a PR's commits| + Occasionally, Sentry will request additional permissions to your GitHub account as new features are introduced. Denying or ignoring the request to update will not affect your current Sentry usage, but may prevent access to future features.