Skip to content

Add Claude Code GitHub Workflow#17

Open
psychology50 wants to merge 3 commits intodevfrom
add-claude-github-actions-1776096620255
Open

Add Claude Code GitHub Workflow#17
psychology50 wants to merge 3 commits intodevfrom
add-claude-github-actions-1776096620255

Conversation

@psychology50
Copy link
Copy Markdown
Collaborator

Tip

그냥 재밌어서 해보는 중.

🤖 Installing Claude Code GitHub App

This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository.

What is Claude Code?

Claude Code is an AI coding agent that can help with:

  • Bug fixes and improvements
  • Documentation updates
  • Implementing new features
  • Code reviews and suggestions
  • Writing tests
  • And more!

How it works

Once this PR is merged, we'll be able to interact with Claude by mentioning @claude in a pull request or issue comment.
Once the workflow is triggered, Claude will analyze the comment and surrounding context, and execute on the request in a GitHub action.

Important Notes

  • This workflow won't take effect until this PR is merged
  • @claude mentions won't work until after the merge is complete
  • The workflow runs automatically whenever Claude is mentioned in PR or issue comments
  • Claude gets access to the entire PR or issue context including files, diffs, and previous comments

Security

  • Our Anthropic API key is securely stored as a GitHub Actions secret
  • Only users with write access to the repository can trigger the workflow
  • All Claude runs are stored in the GitHub Actions run history
  • Claude's default tools are limited to reading/writing files and interacting with our repo by creating comments, branches, and commits.
  • We can add more allowed tools by adding them to the workflow file like:
allowed_tools: Bash(npm install),Bash(npm run build),Bash(npm run lint),Bash(npm run test)

There's more information in the Claude Code action repo.

After merging this PR, let's try mentioning @claude in a comment on any PR to get started!

@psychology50 psychology50 self-assigned this Apr 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 13, 2026

Warning

Rate limit exceeded

@psychology50 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 38 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 38 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cf4c0581-29bf-40db-b024-7ec1ac41c539

📥 Commits

Reviewing files that changed from the base of the PR and between 6f799e6 and 05fa345.

📒 Files selected for processing (2)
  • .github/workflows/claude-code-review.yml
  • .github/workflows/claude.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-claude-github-actions-1776096620255

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

anthropics/claude-code-action@v1의 번들 bun 바이너리가 post-step
(post-buffered-inline-comments.ts)에서 실행되지 않아 'bun: command not found'
에러가 발생. setup-bun을 사전 설치해 시스템 PATH에 bun을 등록.
@psychology50
Copy link
Copy Markdown
Collaborator Author

Action skipped due to workflow validation error. This is expected when adding Claude Code workflows to new repositories or on PRs with workflow changes. If you're seeing this, your workflow will begin working once you merge your PR.

  anthropics/claude-code-action은 보안 장치로 다음을ㅡ강제합니다:
  - PR 브랜치의 워크플로우 YAML이 기본 브랜치(main)의 워크플로우와 완전히 동일해야 실행됨
  - 동일하지 않으면 skip (악성 PR이 워크플로우를 수정해 시크릿을 탈취하는 공격을 막기 위함)

  지금 이 PR은 워크플로우 파일을 추가하거나 수정하는 PR이라ㅜ기본 브랜치에 같은 파일이 없어서 validation에서 skip됩니다.
  이건 설치 PR의 숙명입니다.

슬픔 ㅠ

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