nicholaslee119/Claude Code GitHub Integration
Integrates Claude Code with GitHub for automated code changes and PR reviews
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 4, 2025
- License
- MIT
Pinned Snippet
uses: nicholaslee119/claude-code-github-action@5c461e5c21ace450cde103b81bdc7ef450c3d5cb # 0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation mode: "issue" for processing issues, "review" for processing PR reviews | yes | issue |
| aws-region | AWS region for Bedrock | no | us-east-2 |
| model-id | Claude model ID to use | no | anthropic.claude-3-7-sonnet-20250219-v1:0 |
| use-bedrock | Whether to use AWS Bedrock (true) or Anthropic API (false) | no | true |
| cross-region-inference | Whether to enable cross-region inference for Bedrock | no | true |
| allowed-tools | Tools to allow Claude Code to use | no | Bash(git diff:*) Bash(git log:*) Edit |
| issue-number | The issue number to process (required for issue mode) | no | — |
| issue-body | The body content of the issue (required for issue mode) | no | — |
| issue-title | The title of the issue (required for issue mode) | no | — |
| branch-name | The name of the branch to create (for issue mode) | no | claude-code/issue |
| base-branch | The base branch to create PR against (for issue mode) | no | main |
| pr-number | The PR number to process (required for review mode) | no | — |
| comment-id | The ID of the comment to process (required for review mode) | no | — |
| feedback | The feedback content from the comment (required for review mode) | no | — |
| head-ref | The head ref of the PR (required for review mode) | no | — |
Outputs
| name | description |
|---|---|
| pr-number | The number of the created PR (for issue mode) |
| summary | Summary of changes made by Claude Code (for issue mode) |