Uh oh!
There was an error while loading. Please reload this page.
CI: document PR title convention for CI-only PRs - #20
Conversation
A CI-only PR (diff confined to .github/workflows/) gets a "CI: " title prefix, so it's a standing instruction rather than re-derived per session.
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
The hard boundary is whether a change touches the actual code (SQL source, the .control file, anything affecting what ships/how it behaves) -- not literally "lives under .github/workflows/". Files elsewhere that don't touch the code (.gitignore, this file) qualify too. test/ is treated as NOT CI-only by default despite being a bit of a grey area.
Uh oh!
There was an error while loading. Please reload this page.
Summary
CI:title prefix — recorded in CLAUDE.md so it's a standing convention..github/workflows/" — it's whether the diff touches the actual code at all (hard boundary, err toward NOT CI-only when unsure). Files elsewhere that don't touch the code (.gitignore, this file) qualify too;test/is treated as NOT CI-only by default despite being a bit of a grey area.CLAUDE.md), plus CI: bump GitHub Actions to latest versions #13 and CI: bump Actions pins, add track_progress, add claude-debug label toggle #15.🤖 Generated with Claude Code