ci: shorten audit-fix PR body to avoid odd line-breaks#124
Conversation
The generated PR body hard-wrapped paragraphs mid-sentence, which GitHub renders with stray line breaks. Collapse each paragraph to a single line and trim the prose so it reads cleanly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated the PR description body text generated within the audit-fix GitHub Actions workflow. The wording for partial fixes now references ChangesWorkflow PR body text update
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Poem A rabbit hopped through YAML lines so neat, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Summary
The scheduled
audit-fixworkflow generates a PR body whose paragraphs were hard-wrapped mid-sentence. GitHub renders those as stray line breaks in the middle of sentences.This collapses each paragraph to a single line (letting GitHub reflow it) and trims the prose so it's shorter and cleaner. Ran
pnpm formatafterwards; no other files changed.Only the
body:block of theOpen or update fix PRstep is affected -- the audit logic, token minting, and fail-on-remaining-advisories behavior are untouched.AI usage
Claude Code (Opus 4.8) made this edit: rewording the PR-body markdown and running the formatter. Reviewed by a human before merge.
🤖 Generated with Claude Code
Summary by CodeRabbit