Skip to content

Conversation

@jacekradko
Copy link
Member

@jacekradko jacekradko commented Feb 2, 2026

Summary

Pass context.sha when triggering the update-pkg-versions workflow in sdk-infra-workers. This enables release PRs to show clickable links back to the source commits in clerk/javascript.

Related

  • clerk/sdk-infra-workers#349 - Consumes this new input to generate rich release PR descriptions

Test plan

  • After merging both PRs, trigger a canary release and verify the release PR shows commit links

Summary by CodeRabbit

  • Chores
    • Updated workflow configuration to pass commit SHA to dispatched workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

Include the triggering commit SHA when dispatching the version update
workflow to sdk-infra-workers. This enables release PRs to show links
back to the source commits in clerk/javascript.
@vercel
Copy link

vercel bot commented Feb 2, 2026

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Feb 2, 2026 3:15am

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2026

⚠️ No Changeset found

Latest commit: c588b7c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

📝 Walkthrough

Walkthrough

The release-canary workflow configuration file has been updated to include the commit SHA as an input parameter when dispatching the workflow. Specifically, sourceCommit: context.sha has been added to the inputs object passed to the createWorkflowDispatch call. This enables the dispatched workflow to receive and reference the current commit SHA. The modification adjusts one line of code with no other behavioral changes.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title clearly and specifically describes the main change: passing the source commit to the sdk-infra-workers canary release workflow.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 2, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7727

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7727

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7727

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7727

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7727

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7727

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@7727

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7727

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7727

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7727

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7727

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7727

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7727

@clerk/react

npm i https://pkg.pr.new/@clerk/react@7727

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7727

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7727

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7727

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7727

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@7727

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7727

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7727

commit: c588b7c

@tmilewski tmilewski changed the title feat(workflows): pass source commit to sdk-infra-workers canary release feat(ci): pass source commit to sdk-infra-workers canary release Feb 2, 2026
@jacekradko jacekradko merged commit 52121b1 into main Feb 2, 2026
40 of 42 checks passed
@jacekradko jacekradko deleted the jr/release-pr-source-commit branch February 2, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants