Restore main to released state; keep only the Claude workflow files - #844
Merged
Conversation
PR #843 was meant to land only the two Claude workflow files on main, but its head branch was based on dev, so the squash merge promoted all of dev's unreleased work. This restores main to the released state (9e912c2), including the regenerated bundle. The workflow files are re-added separately in the next commit.
Adds automatic Claude code reviews on pull requests into dev, plus an interactive workflow that responds to @claude mentions in issues and PR comments (also the way to request reviews on fork PRs, which cannot see repo secrets). Both authenticate with the CLAUDE_CODE_OAUTH_TOKEN secret. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
git diff 9e912c2 HEAD --staton this branch shows exactly.github/workflows/claude-code-review.ymland.github/workflows/claude.yml, +121 lines, nothing elsePart of #841.
Test Plan
🤖 Generated with Claude Code