[Internal] Make RELEASE_NOTES_MODEL configurable via repo variable#4126
Merged
[Internal] Make RELEASE_NOTES_MODEL configurable via repo variable#4126
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Contributor
Author
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
This PR has been shipped as part of the v1.12.0 release. |
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.

Follow-up #4119
RELEASE_NOTES_MODEL: \"zai-org/GLM-5.1\"in the release workflow with\${{ vars.RELEASE_NOTES_MODEL }}so the model used for release notes generation and the Slack announcement can be changed from the GitHub repo settings without editing the workflow file.Needs a
RELEASE_NOTES_MODELrepository variable to be set (e.g.zai-org/GLM-5.1) before the next release run.🤖 Generated with Claude Code
Note
Medium Risk
Changes the release GitHub Actions workflow behavior by sourcing
RELEASE_NOTES_MODELfrom repository variables, so misconfiguration could break automated release-notes/Slack message generation during releases.Overview
Makes the release workflow’s AI model selection configurable by replacing the hardcoded
RELEASE_NOTES_MODELwith${{ vars.RELEASE_NOTES_MODEL }}for both OpenCode release-notes generation and Slack announcement generation.Documents
RELEASE_NOTES_MODELas a required repository variable in the workflow header comments.Reviewed by Cursor Bugbot for commit 677218e. Bugbot is set up for automated code reviews on this repo. Configure here.