Add checks/statuses read permissions to Claude workflow#24
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Greptile SummaryExpands Claude workflow permissions to include read access for checks and statuses, enabling Claude to view CI check runs and commit statuses when working on PRs. The GitHub token is now explicitly passed to the action.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: ad33710 |
PR Review: Add checks/statuses read permissions to Claude workflowOverall: Clean, low-risk change. LGTM. Summary of changes
SecurityAll new permissions are read-only, continuing the least-privilege pattern already established by the existing permissions block. github.token is the standard automatically-scoped token — no elevated credentials are introduced. Minor observations (non-blocking)
|
Applies the workflow update from shakacode/react_on_rails#2487:
checks: readandstatuses: readto job permissionsgithub_token: ${{ github.token }}toanthropics/claude-code-actionchecks: readandstatuses: readtoadditional_permissionsAdmin merge requested to keep rollout fast across repos.
Note
Low Risk
Low risk workflow-only change that broadens the GitHub token’s read permissions to include
checksandstatusesand passes the defaultgithub.tokeninto the Claude action.Overview
The
Claude CodeGitHub Actions workflow now passesgithub_token: ${{ github.token }}toanthropics/claude-code-action.It also expands the job and
additional_permissionsto includechecks: readandstatuses: read, enabling Claude to read check runs/statuses when operating on PRs.Written by Cursor Bugbot for commit ad33710. Configure here.