Skip to content

Use RELEASE_PAT in release workflow to trigger CI#119

Merged
coreymartin merged 1 commit intomainfrom
fix-required-checks
Mar 5, 2026
Merged

Use RELEASE_PAT in release workflow to trigger CI#119
coreymartin merged 1 commit intomainfrom
fix-required-checks

Conversation

@coreymartin
Copy link
Contributor

Summary

  • Release PRs created by the bot never had CI checks run because GITHUB_TOKEN events don't trigger downstream workflows (GitHub anti-recursion policy)
  • Switch to RELEASE_PAT so the push and PR creation events trigger CI and summary workflows normally
  • This unblocks release PRs like v0.14.0 #118 from being stuck on missing required-checks

Test plan

  • Verify next release PR (via workflow_dispatch) triggers CI and summary checks
  • Confirm required-checks status appears on the release PR

🤖 Generated with Claude Code

GITHUB_TOKEN events don't trigger downstream workflows (GitHub
anti-recursion policy), so CI and summary checks never ran on
bot-created release PRs. Switch to a PAT so the push and PR
creation events trigger workflows normally.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
origin-storybook Ready Ready Preview, Comment Mar 5, 2026 7:15am

Request Review

@coreymartin coreymartin enabled auto-merge (squash) March 5, 2026 07:17
@coreymartin coreymartin merged commit 92eb592 into main Mar 5, 2026
7 checks passed
@coreymartin coreymartin deleted the fix-required-checks branch March 5, 2026 07:20
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