fix: SDK update check for pre-releases and downstream triggers#122
Open
erdemyerebasmaz wants to merge 3 commits intomainfrom
Open
fix: SDK update check for pre-releases and downstream triggers#122erdemyerebasmaz wants to merge 3 commits intomainfrom
erdemyerebasmaz wants to merge 3 commits intomainfrom
Conversation
The daily SDK update workflow missed cases where a stable release (e.g. 0.11.0) should replace a pinned pre-release (e.g. ^0.11.0-dev3). Add an opt-in `include-prerelease-upgrades` flag for manual workflow runs that strips range operators and compares raw versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Events created by GITHUB_TOKEN don't trigger other workflows. Switch to CLAUDE_CODE_OAUTH_TOKEN so the sdk-upgrade label event fires the Claude Code workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CLAUDE_CODE_OAUTH_TOKEN wasn't scoped for this workflow. Use a dedicated fine-grained PAT with issues:write permission. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an opt-in flag to detect when a stable release replaces a pinned pre-release, and switches to a dedicated PAT so issue creation triggers downstream workflows.