feat: Add claude GitHub actions#54
Closed
adityamparikh wants to merge 2 commits into
Closed
Conversation
303359f to
62370c5
Compare
janhoy
requested changes
May 19, 2026
|
|
||
| - name: Run Claude Code Review | ||
| id: claude-review | ||
| uses: anthropics/claude-code-action@v1 |
There was a problem hiding this comment.
This action is not on ASF allowlist, see https://github.com/apache/infrastructure-actions/blob/main/allowlist-check/README.md for details. So we are not allowed to use it withot applying for an exception.
Contributor
Author
|
closing |
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
Created by running
/install-github-appin Claude // Set up Claude GitHub Actions for a repositoryAdds two GitHub Actions workflows to integrate Claude Code into the repository's CI/CD pipeline:
claude-code-review.yml— Automatically runs Claude Code Review on every pull request (opened, updated, or reopened). It uses thecode-reviewplugin viaanthropics/claude-code-actionto post AI-generated review comments on PRs.claude.yml— Enables on-demand Claude Code assistance triggered by@claudementions in issue comments, PR review comments, PR reviews, and issue bodies/titles. This lets contributors tag Claude directly in GitHub discussions to get help with tasks like explaining code, suggesting fixes, or updating PR descriptions.Both workflows require a
CLAUDE_CODE_OAUTH_TOKENsecret to be configured in the repository settings.