Add Claude workflows to release/1.1.0 - #317
Merged
Mattsface merged 1 commit intoAug 19, 2026
Merged
Conversation
Bring the existing Claude Code and Claude Code Review GitHub Actions workflows over from main so they run for pull requests targeting release/1.1.0. Both files are byte-identical to their versions on main; no other files are touched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XhnfQFr66k3NRTN3GG7DEF
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.
Why
The Claude Code and Claude Code Review workflows exist on
mainbut were missing fromrelease/1.1.0.Because current v1.1 development PRs target the release branch, the Claude workflows need to be present there as well.
What
Adds the existing workflows from
maintorelease/1.1.0:.github/workflows/claude.yml.github/workflows/claude-code-review.ymlThe workflow configuration is unchanged from
main.Tests
Verified both workflow files match the versions currently on
main.No application or test code is changed.
Risk and impact
Risk: Minimal
This change only adds existing GitHub Actions workflow configuration to the release branch.
If something goes wrong, the impact should be limited to Claude Code or automated Claude Code Review not running correctly on pull requests targeting
release/1.1.0.