Disabling coderabbit for prowjob-dispatcher jobs#78294
Conversation
|
/hold |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@ci-operator/jobs/infra-periodics.yaml`:
- Line 1000: The `--pr-body="@coderabbitai ignore"` arg is including literal
quote characters in the PR body; locate the args entry with
`--pr-body="@coderabbitai ignore"` and remove the surrounding quotes so it reads
`--pr-body=@coderabbitai ignore` (ensuring it's a single arg token in the job's
args list) so the PR body passed to CodeRabbit does not contain stray quotes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: c83c2567-f38b-4166-934b-d4f085ea578b
📒 Files selected for processing (1)
ci-operator/jobs/infra-periodics.yaml
9afc78b to
ce20ccc
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hector-vido, Prucek The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
|
@hector-vido: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Co-authored-by: Hector Vido <hector_vido@yahoo.com.br>
Co-authored-by: Hector Vido <hector_vido@yahoo.com.br>
Co-authored-by: Hector Vido <hector_vido@yahoo.com.br>
Co-authored-by: Hector Vido <hector_vido@yahoo.com.br>
This will disable coderabbit for dispatcher, there is no benefit analyzing something we already know.
Depends on openshift/ci-tools#5131
Summary by CodeRabbit