Skip to content

.pr_agent.toml

Sean Brandt edited this page Jun 6, 2026 · 2 revisions
[config]
enable_custom_labels=true
ignore_pr_source_branches = ['develop', 'main', 'master', 'stage']
ignore_pr_target_branches = ["qa"]
ignore_pr_labels = ["do-not-merge"]

[pr_code_suggestions]
enable_chat_in_code_suggestions = true

[review_agent]
demand_self_review = true
approve_pr_on_self_review = true

Clone this wiki locally