Update PR review settings
Updates organization PR review settings. Personal tokens must belong to an organization admin (parity with the dashboard).
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Body
Partial settings update. Supply at least one property; omitted settings keep their current values.
Skip PRs opened by bot authors.
Full replacement list of author logins to exclude from automatic review.
500Full replacement list of bot logins to review even when exclude_bots is true.
200Re-review when new commits are pushed.
Branch-name patterns (single * wildcard, case-insensitive) that limit automatic reviews to matching base branches. An empty array reviews all branches.
100Permit reviews beyond the plan limit.
Maximum reviews when overage is allowed. Send null for no cap.
x >= 51When true, findings with a severity in blocking_severities submit a blocking review. When false, findings never block.
Finding severities that trigger a blocking review when block_on_findings is true.
4critical, high, medium, low When true, submit a GitHub approval on a clean PR instead of only a passing commit status.
Response
Updated settings.
Stored per-organization automatic PR review configuration.
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. A null value means no cap.
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