chore(coderabbit): defer SHA-pinning + bracket-style nits on workflow…#24
Merged
Conversation
… PRs CodeRabbit re-flags the same two architectural deferrals on every workflow PR — SHA-pinning individual new actions and bracket-spacing-style nits inside `branches: [ main ]`. Both are explicitly project decisions documented in docs/dev-loop.md Gap 4 and the existing repo convention, respectively. Each re-flag wastes a review round and produces stale "Requested changes" reviews that block merge until manually dismissed. Add a path_instructions block for .github/workflows/*.yml so CodeRabbit knows the deferrals and doesn't re-suggest them on new workflows. Also positively re-direct it toward the workflow review signals that DO matter (persist-credentials, set -euo pipefail, permissions blocks, concurrency, secret hygiene) so the new instructions reduce noise without dampening useful findings. This is the .coderabbit.yaml escape hatch — encoding project conventions where CodeRabbit can read them, rather than re-defending them per PR. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughConfiguration update adds GitHub Actions review rules to ChangesGitHub Actions Review Rules
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… PRs
CodeRabbit re-flags the same two architectural deferrals on every workflow PR — SHA-pinning individual new actions and bracket-spacing-style nits inside
branches: [ main ]. Both are explicitly project decisions documented in docs/dev-loop.md Gap 4 and the existing repo convention, respectively. Each re-flag wastes a review round and produces stale "Requested changes" reviews that block merge until manually dismissed.Add a path_instructions block for .github/workflows/*.yml so CodeRabbit knows the deferrals and doesn't re-suggest them on new workflows. Also positively re-direct it toward the workflow review signals that DO matter (persist-credentials, set -euo pipefail, permissions blocks, concurrency, secret hygiene) so the new instructions reduce noise without dampening useful findings.
This is the .coderabbit.yaml escape hatch — encoding project conventions where CodeRabbit can read them, rather than re-defending them per PR.
What changed
How it was built
Verification
Touches (check only if applies)
See CLAUDE.mdparaphrase (run/check-rulesto audit drift)Summary by CodeRabbit