Get repository configuration
Get full PR review configuration for a specific repository.
Authorizations
JWT authentication token
Path Parameters
Repository ID (UUID)
Response
Repository configuration
When the repository was added
File patterns to exclude from reviews
Repository configuration ID
Parent installation ID
Full repository name (owner/repo)
"octocat/hello-world"
When the repository config was last updated
This repository's own automatic-review setting. true turns reviews on, false turns them off, and null means follow the organization default. For the setting actually in effect, see effective_config.auto_review_enabled.
This repository's own custom instructions; null means follow the organization default. See effective_config.custom_instructions.
This repository's own deploy-gated hold in seconds (0 disables it); null means follow the organization default. See effective_config.deploy_wait_timeout.
0 <= x <= 3600This repository's own draft-PR policy; null means follow the organization default. See effective_config.draft_policy.
skip, summary_only, review This repository's own focus setting; null means follow the organization default. See effective_config.focus.
security, performance, style, all This repository's own merge-gating setting; null means follow the organization default. See effective_config.gating.
none, block_on_critical, block_on_high This repository's own high-level-summary setting; null means follow the organization default. See effective_config.high_level_summary.
This repository's own inline-comment limit; null means follow the organization default. See effective_config.max_inline_comments.
This repository's own output format; null means follow the organization default. See effective_config.output_format.
compact, table, checklist This repository's own review output mode; null means follow the organization default. See effective_config.review_output_mode.
summary_only, comments_only, both This repository's own severity threshold; null means follow the organization default. See effective_config.severity_threshold.
critical, high, medium, low, info, all This repository's own suggested-changes setting; null means follow the organization default. See effective_config.suggested_changes_enabled.
This repository's own tone setting; null means follow the organization default. See effective_config.tone for the value in effect.
chill, balanced, assertive, roast This repository's own verbosity setting; null means follow the organization default. See effective_config.verbosity.
brief, normal, detailed Repository visibility (public, private, or internal)

