From 3230fe2bfd6d40ce8808375009e7d78d36f5e72e Mon Sep 17 00:00:00 2001 From: Peter M Date: Tue, 7 Jul 2026 14:18:30 -0600 Subject: [PATCH 1/3] Updating GitHub permissions page with new permissions --- docs/integrations/source-code-mgmt/github/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integrations/source-code-mgmt/github/index.mdx b/docs/integrations/source-code-mgmt/github/index.mdx index 4a76b57401d96..e35df91ddc5ee 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 give Seer Agent access to CodeQL check runs that run on every PR. | +| Code Scanning | Read-only | To give Seer Agent access code scanning results for PR iteration. | + 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. From 289f2f2bc1d19e6661ba403455817bcaab1652da Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Tue, 7 Jul 2026 16:42:18 -0700 Subject: [PATCH 2/3] Apply suggestion from @sfanahata --- docs/integrations/source-code-mgmt/github/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/source-code-mgmt/github/index.mdx b/docs/integrations/source-code-mgmt/github/index.mdx index e35df91ddc5ee..101e53597c10d 100644 --- a/docs/integrations/source-code-mgmt/github/index.mdx +++ b/docs/integrations/source-code-mgmt/github/index.mdx @@ -83,7 +83,7 @@ The following permissions are required for the GitHub integration to work correc | 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 give Seer Agent access to CodeQL check runs that run on every PR. | -| Code Scanning | Read-only | To give Seer Agent access code scanning results for PR iteration. | +| Code Scanning | Read-only | To give Seer Agent access to code scanning results for PR iteration. | 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. From c0e95e978bd840f895451a240c932943a1619361 Mon Sep 17 00:00:00 2001 From: Peter M <36747421+pcmccarron@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:59:09 -0600 Subject: [PATCH 3/3] Update GitHub permissions description for Seer Agent updating permission descriptions for better accuracy. --- docs/integrations/source-code-mgmt/github/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/source-code-mgmt/github/index.mdx b/docs/integrations/source-code-mgmt/github/index.mdx index 101e53597c10d..e64822f0765c4 100644 --- a/docs/integrations/source-code-mgmt/github/index.mdx +++ b/docs/integrations/source-code-mgmt/github/index.mdx @@ -82,8 +82,8 @@ The following permissions are required for the GitHub integration to work correc | 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 give Seer Agent access to CodeQL check runs that run on every PR. | -| Code Scanning | Read-only | To give Seer Agent access to code scanning results for PR iteration. | +| 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.