Skip to content

docs: no Testing section in PR descriptions unless CI can't cover it#36

Merged
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:pr-doc-testing-rule
Jul 26, 2026
Merged

docs: no Testing section in PR descriptions unless CI can't cover it#36
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:pr-doc-testing-rule

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Codifies existing practice in /pr's PR Description Guidelines: rely on CI by default, and only add a Testing/Test plan section when something needs verification CI won't provide (a manual step, a live trigger that can't run in CI, a known limitation worth flagging).

Standard is to rely on CI. Only add a Testing/Test plan section when
something needs verification CI won't provide (manual step, a live
trigger that can't run in CI, a known limitation worth flagging).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 26, 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: a104578a-9fd4-49b4-8f41-f9a5de6b5eca

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@jnasbyupgrade
jnasbyupgrade marked this pull request as ready for review July 26, 2026 21:10
@jnasbyupgrade
jnasbyupgrade merged commit 4ce0d67 into Postgres-Extensions:master Jul 26, 2026
9 of 10 checks passed
jnasbyupgrade added a commit that referenced this pull request Jul 26, 2026
Related pgxntool PR:
Postgres-Extensions/pgxntool#71

Adds PostgreSQL 18 to `run-tests.yml`'s test matrix.

Also adds a doc-only bypass to `ci.yml`'s `resolve` job: when every
changed file in a PR is pure documentation (`*.md`, `*.asc`, `*.adoc`,
`*.asciidoc`, anywhere including `.claude/`, but never under `.github/`
— workflow definitions carry real behavioral weight regardless of
extension), the `test` job is skipped entirely. Surfaced by PR #36 (a
pure `.claude/commands/pr.md` doc change) running the full Postgres test
matrix unnecessarily. `claude-review` is unaffected (separate workflow,
own gate) and still runs.

Fixes Postgres-Extensions/pgxntool#62.

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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