ci: quiet down qodo and codex pr review noise#2559
Conversation
Configure qodo-merge to only post inline findings (no PR walkthrough, score, effort, or branding) and add AGENTS.md to steer Codex toward terse, findings-only reviews.
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 0e644cb. Bugbot is set up for automated code reviews on this repo. Configure here. |
❌ 3 Tests Failed:
View the top 1 failed test(s) by shortest run time
View the full list of 2 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Code Review
This pull request introduces configuration for AI review agents through a new .pr_agent.toml file and an AGENTS.md guide, establishing strict rules for terse, bug-focused feedback. The review feedback suggests enabling a limited number of code suggestions rather than disabling them entirely and recommends aligning the instructions in the configuration file with the markdown documentation to ensure consistency and a more comprehensive review scope.
Code Review by Qodo
1. Persistent comment conflicts with no-post intent
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9beb29f212
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
LGTM, CI tooling config only.
Extended reasoning...
Overview
This PR adds/modifies CI review-tooling configuration only: a new .gemini/config.yaml and .gemini/styleguide.md, a new .pr_agent.toml (qodo-merge), a new AGENTS.md (Codex), and tweaks to codecov.yml. No production code, build, or runtime paths are affected.
Security risks
None. These files configure third-party PR-review/coverage bots and contain no secrets, credentials, or executable logic. Worst-case outcome is suppressing useful review noise or coverage comments — recoverable by editing the same files.
Level of scrutiny
Low. Config-only change to AI/CI review tooling. The author has clearly iterated on these settings across recent commits (per git log) in response to bot feedback (e.g., raising Gemini severity, allowing code suggestions, keeping Codecov PR comment for Test Analytics).
Other factors
The bug hunting system found no bugs. Prior bot comments raised minor concerns (Test Analytics, persistent_comment) which the author appears to have weighed and addressed via the condensed-header Codecov comment and the explicit clarifying comments in codecov.yml. The remaining persistent_comment = true choice is intentional and reversible. Nothing here warrants human review.
Configures qodo-merge via
.pr_agent.tomlto skip the PR walkthrough/score/effort/labels and only post inline findings, and addsAGENTS.mdto steer Codex toward terse, findings-only reviews.Goal: kill the auto-summary blocks and branding, keep the actual bug reports.