Get PR review settings
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Response
Current settings.
Per-organization automatic PR review configuration. PATCH is a partial update: omitted fields keep their current values.
Skip PRs opened by bot authors.
Author logins to exclude from automatic review.
500Bot logins to review despite exclude_bots.
200Re-review when new commits are pushed.
Permit reviews beyond the plan limit.
Maximum reviews when overage is allowed; null for uncapped.
x >= 51When true (default), a review whose findings include a severity in blocking_severities submits a blocking review (GitHub REQUEST_CHANGES / failed status). When false, findings never block.
Finding severities that trigger a blocking review when block_on_findings is enabled. Defaults to critical and high.
4critical, high, medium, low When true, submit a GitHub approval on a clean PR instead of a silent commit-status-only pass.
Branch-name patterns (single * wildcard, case-insensitive) restricting automatic reviews to PRs whose base/target branch matches. Empty array reviews all branches.
100