ci(repo): use CLERK_COOKIE_PAT for release checkout so CI runs on Release PR updates#8497
ci(repo): use CLERK_COOKIE_PAT for release checkout so CI runs on Release PR updates#8497jacekradko wants to merge 1 commit intomainfrom
Conversation
🦋 Changeset detectedLatest commit: e5ed578 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request updates the GitHub Actions workflow configuration to address a CI triggering issue. A new changeset file was created with minimal content, and the Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Pass
CLERK_COOKIE_PATto theactions/checkoutstep in the Release workflow so commits pushed bychangesets/actionare authored byclerk-cookieinstead ofGITHUB_TOKEN. GitHub suppressessynchronizeevents fromGITHUB_TOKEN-pushed commits, which is why CI never runs on subsequent updates to the open Release PR (e.g. #8484) and we have to close/reopen it to re-trigger checks.Verified by checking workflow runs on
changeset-release/main: only theedited-listening workflows (pr-title-linter,major-version-check) fire on bot updates, whileci.ymland thepull_request_targetLabeler are silent until a human close/reopen.