Skip to content

Release SDK updates - #153

Open
kernel-internal[bot] wants to merge 2 commits into
mainfrom
stainless/release
Open

Release SDK updates#153
kernel-internal[bot] wants to merge 2 commits into
mainfrom
stainless/release

Conversation

@kernel-internal

@kernel-internal kernel-internal Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

243093b ci: promote through merge-commit pull requests
191223e ci: add stlc promotion workflows


Note

Medium Risk
Changes release automation using admin GitHub App credentials, force-pushes, and auto-merge into production; misconfiguration could affect SDK release timing or branch history, but does not change shipped SDK runtime code.

Overview
Adds GitHub Actions automation for the Stainless staging (kernel-node-sdk-staging) and production (kernel-node-sdk) Node SDK repos.

stlc-promote.yml runs on pushes to staging main. It compares trees with merge-tree, and when production is behind, force-pushes staging main to production stainless/release, opens a “Release SDK updates” PR if needed, and enables merge-commit auto-merge (explicitly not squash/rebase) so ancestry stays aligned.

stlc-sync.yml covers the reverse path and hooks: scheduled/eager back-sync of production main onto staging (blocked if staging is not an ancestor of production), repository_dispatch from production on release when STAGING_DISPATCH_TOKEN is set, and on staging pushes a seal-custom-code dispatch to kernel/kernel for non-generated commits when CONFIG_DISPATCH_TOKEN is set.

Reviewed by Cursor Bugbot for commit 243093b. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant