Added an option to set a body for a PR#5131
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
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)
✅ Files skipped from review due to trivial changes (1)
WalkthroughAdds a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 warning)
✅ 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 `@cmd/prow-job-dispatcher/main.go`:
- Line 96: The help text for the --pr-body flag (fs.StringVar(&o.prBody,
"pr-body", ...)) is unclear and missing punctuation; update the flag usage
string for clarity and grammar (e.g. “The default body for pull request
messages; can include instructions to disable bots, add CCs, etc.”) by editing
the StringVar call that sets o.prBody so the message is accurate, readable, and
punctuated.
🪄 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: 825a8cc9-2bf2-4585-8c76-b2413ff1dacf
📒 Files selected for processing (1)
cmd/prow-job-dispatcher/main.go
77e14f5 to
5b997bd
Compare
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
|
@hector-vido: The following test failed, say
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. |
|
[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 |
f3270da
into
openshift:main
This adds an option inside prowjob-dispatcher to set a body on PR creation.
The intention is to disable
coderabbitfor dispatcher PRs.Summary by CodeRabbit