Configure Using .pr_agent.toml File
.pr_agent.tomlExample configuration
⚠️ Select ONLY ONE git provider below.
# Do not include multiple provider sections in the same configuration file.
[github_app][gitlab][bitbucket_app][bitbucket_server][azure_devops_server]
pr_commands = [
"/agentic_describe",
"/agentic_review"
]
[review_agent]
# "both" mode is too noisy, keep in "summary" mode in this repo
comments_location_policy = "both"
# severity threshold rank for inline comments:
# 3=action_required,
# 2=remediation_recommended,
# 1=informational.
# Only findings with rank >= threshold will be published inline
inline_comments_severity_threshold = 3
# Extra prompt for usecase to be added as instruction for the agent
issues_user_guidelines = ""
compliance_user_guidelines = ""Configuration using pr_agent.toml
pr_agent.tomlRepository Level
Repository Root Configuration
Wiki configuration
Project or group-level configuration
Organization-level configuration
Cloud platforms
Enterprise environments
Last updated