Release SDK updates - #141
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 5 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 710780c. Configure here.
sjmiller609
self-requested a review
August 5, 2026 14:34
sjmiller609
approved these changes
Aug 5, 2026
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.

53eb143 ci: harden promotion pull request updates
710780c ci: promote through merge-commit pull requests
bf366f0 ci: add stlc promotion workflows
Note
Low Risk
New CI-only workflows with guarded git operations and optional secrets; no application runtime or customer-facing code changes.
Overview
Adds GitHub Actions automation for the Stainless staging (
kernel-python-sdk-staging) and production (kernel-python-sdk) Python SDK repos so they stay on a shared, merge-commit ancestry.stlc-promote.ymlruns on stagingmainpushes: compares trees withgit merge-tree, and when production is behind, force-pushes staging tostainless/releaseon production, then creates or updates a promote PR and enables merge-commit auto-merge (explicitly not squash/rebase). Uses a GitHub App token for cross-repo write/PR permissions.stlc-sync.ymladds complementary jobs: back-sync (scheduled/dispatch) fast-forwards staging fromproduction/mainwhen content differs but ancestry allows; notify-back-sync on production release optionally firesprod-releasedto staging; seal-dispatch on staging pushes (non-generated commits) optionally notifies thekernelconfig repo viaseal-custom-code. Optional dispatch secrets degrade gracefully with notices.Reviewed by Cursor Bugbot for commit 53eb143. Bugbot is set up for automated code reviews on this repo. Configure here.