Added Qodo configuration - #43668
Conversation
|
/agentic_review |
Code Review by Qodo
1. Ambiguous “disabled by default”
|
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Review Summary by QodoAdd Qodo PR agent configuration with auto-run disabled WalkthroughsDescription• Add .pr_agent.toml configuration file for Qodo • Disable auto-run on PR open and push events • Keep review tool available for manual comment commands Diagramflowchart LR
A[".pr_agent.toml"] -- "github_app config" --> B["pr_commands = []"]
A -- "github_app config" --> C["handle_push_trigger = false"]
A -- "review_agent config" --> D["enabled = true"]
A -- "review_agent config" --> E["publish_output = true"]
File Changes1. .pr_agent.toml
|
Code Review by Qodo
1. Ambiguous “disabled by default”
|
There was a problem hiding this comment.
Pull request overview
Adds a .pr_agent.toml configuration file to control Qodo (PR-Agent) behavior, aiming to prevent automatic runs while keeping the tool available when explicitly invoked.
Changes:
- Introduces
.pr_agent.tomlwith GitHub App settings to avoid auto-running on PR open. - Disables handling of push triggers (
handle_push_trigger = false). - Keeps the review agent enabled and publishing output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Disable Qodo by default
Summary by CodeRabbit