Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
[pr_reviewer]
enable_review_labels_effort = true
enable_auto_approval = true

[github_app]
pr_commands = [
"/describe --pr_description.publish_description_as_comment=true",
"/improve",
"/agentic_review"
]

handle_push_trigger = true
push_commands = [
"/improve",
"/agentic_review"
]

[review_agent]
enabled = true
publish_output = true
Comment on lines +17 to +20
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The configuration section '[review_agent]' does not exist in the default configuration file (pr_agent/settings/configuration.toml). No code in the codebase references this configuration section. This configuration will be ignored at runtime and will have no effect. Either remove this section or ensure the corresponding feature implementation exists.

Suggested change
[review_agent]
enabled = true
publish_output = true

Copilot uses AI. Check for mistakes.