Skip to content

Add GitHub Actions CI#1

Merged
jnasbyupgrade merged 1 commit into
mainfrom
add-github-ci
Jul 24, 2026
Merged

Add GitHub Actions CI#1
jnasbyupgrade merged 1 commit into
mainfrom
add-github-ci

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Summary

  • Adds ci.yml: runs make test (the Perl TAP suite) on push to main and on pull requests. No PostgreSQL dependency here, so unlike sibling extension repos there's no pgxn/pgxn-tools container or PG version matrix — just ubuntu-latest with system Perl (everything the linter/tests use is core Perl).
  • Adds claude.yml and claude-code-review.yml, matching the standard pattern from other Postgres-Extensions repos (e.g. cat_tools, pgxntool): @claude mention handling, and an automatic PR review gated to the trusted jnasbyupgrade fork owner.

Requires the CLAUDE_CODE_OAUTH_TOKEN secret to be set on this repo for the two Claude workflows to run.

Test plan

  • make test verified green locally in this worktree
  • All three workflow YAML files parse cleanly
  • Confirm CI runs green on this PR once pushed

ci.yml runs `make test` (the Perl TAP suite under sql/test/) on push to
main and on pull requests, skipping doc-only changes. This repo has no
PostgreSQL dependency, so unlike sibling extension repos there's no
pgxn/pgxn-tools container or PG version matrix -- just plain
ubuntu-latest with the runner's system Perl (all modules used are core).

claude.yml and claude-code-review.yml mirror the standard pattern used
across other Postgres-Extensions repos (cat_tools, pgxntool, etc.):
@claude mention handling and an automatic gated PR review restricted to
the jnasbyupgrade fork owner.

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

coderabbitai Bot commented Jul 24, 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: 882e9c4a-eba3-44ca-b8b4-6f95f9cd157d

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
  • Commit unit tests in branch add-github-ci

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 merged commit 97c89b9 into main Jul 24, 2026
2 checks passed
@jnasbyupgrade
jnasbyupgrade deleted the add-github-ci branch July 24, 2026 22:48
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