release: 0.72.0#312
Conversation
…t in workflow templates
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 95f93900e6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| permissions: | ||
| contents: read | ||
| runs-on: ${{ github.repository == 'stainless-sdks/openai-ruby' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} | ||
| runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} |
There was a problem hiding this comment.
Keep the aggregate test job on the Depot runner
For stainless-sdks/<repo> other than stainless-sdks/openai-ruby, this line moves the matrix tests to depot-ubuntu-24.04, but the downstream aggregate test job still uses the old exact-repo runs-on check and therefore schedules on ubuntu-latest. That leaves the final test status on a different runner in the private-production repo case this change is adding, and can queue or fail even after the matrix succeeds when those repos are configured to use Depot runners; update the aggregate job's runner expression as well.
Useful? React with 👍 / 👎.
Automated Release PR
0.72.0 (2026-07-17)
Full Changelog: v0.71.0...v0.72.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions