Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/integrations/source-code-mgmt/github/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Comment thread
sentry[bot] marked this conversation as resolved.
Outdated
| Code Scanning | Read-only | To give Seer Agent access code scanning results for PR iteration. |
Comment thread
sfanahata marked this conversation as resolved.
Outdated


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.

Expand Down
Loading