Skip to content

feat: Add claude GitHub actions#54

Open
adityamparikh wants to merge 3 commits intoapache:mainfrom
adityamparikh:add-claude-github-actions-1772234885337
Open

feat: Add claude GitHub actions#54
adityamparikh wants to merge 3 commits intoapache:mainfrom
adityamparikh:add-claude-github-actions-1772234885337

Conversation

@adityamparikh
Copy link
Contributor

@adityamparikh adityamparikh commented Feb 27, 2026

Summary

Created by running /install-github-app in Claude // Set up Claude GitHub Actions for a repository

Adds 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 the code-review plugin via anthropics/claude-code-action to post AI-generated review comments on PRs.

  • claude.yml — Enables on-demand Claude Code assistance triggered by @claude mentions 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_TOKEN secret to be configured in the repository settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant