Skip to content

ci: wire @keryxjs/csrf into publish and test workflows#482

Merged
evantahler merged 1 commit into
mainfrom
evantahler/publish-csrf-plugin
Apr 29, 2026
Merged

ci: wire @keryxjs/csrf into publish and test workflows#482
evantahler merged 1 commit into
mainfrom
evantahler/publish-csrf-plugin

Conversation

@evantahler

Copy link
Copy Markdown
Member

Summary

  • The CSRF plugin from feat: add @keryxjs/csrf plugin (closes #447) #481 was never added to .github/workflows/publish.yaml's paths filter or matrix, so @keryxjs/csrf@0.1.1 never published. Same gap in test.yaml, so csrf tests weren't running in CI.
  • Adds csrf to both workflows (matrix entry + new test-plugin-csrf job mirroring test-plugin-tracing) and bumps csrf to 0.1.2 so the next push to main actually triggers a publish.

Test plan

  • CI on this PR shows a new test-plugin-csrf job and it passes.
  • After merge, Publish workflow lists 4 matrix jobs and npm view @keryxjs/csrf version returns 0.1.2.

🤖 Generated with Claude Code

The CSRF plugin introduced in #481 was never added to the publish
workflow's path filter or matrix, so 0.1.1 never made it to npm. Same
gap existed in the test workflow, so csrf tests were not running in CI.
Bump csrf to 0.1.2 so the next push to main actually triggers a publish.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@evantahler evantahler enabled auto-merge (squash) April 29, 2026 20:46
@evantahler evantahler merged commit b4ae599 into main Apr 29, 2026
15 checks passed
@evantahler evantahler deleted the evantahler/publish-csrf-plugin branch April 29, 2026 20: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