Skip to content

CI: document PR title convention for CI-only PRs - #20

Merged
jnasbyupgrade merged 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:claude-md-ci-title-convention
Aug 7, 2026
Merged

CI: document PR title convention for CI-only PRs#20
jnasbyupgrade merged 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:claude-md-ci-title-convention

Conversation

@jnasbyupgrade

@jnasbyupgrade jnasbyupgrade commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • CI-only PRs get a CI: title prefix — recorded in CLAUDE.md so it's a standing convention.
  • Updated: the boundary isn't "diff confined to .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.
  • Applied the prefix to this PR itself under the corrected rule (touches only 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

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.
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 374f7da2-7f8a-49d3-90cd-71d74e3668ba

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.
@jnasbyupgrade jnasbyupgrade changed the title Document PR title convention for CI-only PRs CI: document PR title convention for CI-only PRs Aug 7, 2026
@jnasbyupgrade
jnasbyupgrade merged commit 4531d10 into Postgres-Extensions:master Aug 7, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant