You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated by the stlc generate workflow: stlc build re-sealed custom code (after a spec change on main, or after absorbing custom code that landed on a staging repo out of band), updating the tracking files under stainless/custom-code/. Merging brings the config repo in sync with the SDK repos. Safe to merge — tracking-files-only commits are skipped by this workflow, so it won't trigger another build.
Closing: this PR contains no real change. stlc build writes a fresh emptyseal commit into each staging repo on every run, and its SHA lands here as base/integrated — but every one of those commits has files=0 and an identical tree (e47029ff80 for python, d7d81c1d43 for typescript, unchanged since 2026-08-24 / 2026-08-31). The SHAs this PR would introduce point at exactly the same content as the ones already on main.
Because allow_auto_merge is off, gh pr merge --auto failed silently and this PR sat open from 2026-09-04, with the 6-hourly cron force-pushing a new head onto it four times a day and mailing every repo watcher each time.
Safe to close — main's current SHAs (7b1a0b41, 34cce754) are pinned by permanent refs/stainless/custom-code/*/base refs in the staging repos, so they can't be garbage collected and the tracking files stay resolvable.
#7 adds a guard that resolves these SHAs to their trees and skips the seal when nothing actually moved, so this won't recur.
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
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.
Automated by the stlc generate workflow:
stlc buildre-sealed custom code (after a spec change onmain, or after absorbing custom code that landed on a staging repo out of band), updating the tracking files understainless/custom-code/. Merging brings the config repo in sync with the SDK repos. Safe to merge — tracking-files-only commits are skipped by this workflow, so it won't trigger another build.