Conversation
|
dd3b745 to
56ae7c1
Compare
56ae7c1 to
295f3bd
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 56ae7c17fc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Note
Medium Risk
Changes CI release/publishing behavior and adds manual triggers with custom tags/preids, increasing the chance of accidental or mis-tagged prerelease publishes if inputs/labels are wrong.
Overview
Adds
workflow_dispatchsupport torelease_candidates.ymlso maintainers can manually publish prereleases forjs-sdk,cli, andpython-sdkwithout relying solely on PR labels.Introduces a sanitized
PREID(defaults to branch/ref) and a configurable npm dist-tag (tag, defaultrc), updates publish steps to use these values, and blocks publishing with thelatesttag from this workflow. Also refines step gating viaIS_JS/IS_CLI/IS_PYTHONenv flags and adjusts checkout ref to work for both PR and manual runs.Written by Cursor Bugbot for commit 339a95d. This will update automatically on new commits. Configure here.