ci: trigger Claude code review on /claude-review PR comments#2003
Conversation
|
/claude-review |
There was a problem hiding this comment.
Code Review
This pull request adds temporary test comments to src/main.cpp. The reviewer recommends removing these test comments before merging to production to maintain a clean codebase.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
/claude-review |
Pull request was converted to draft
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a2066f5592
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@BenWibking Ready for review. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2534a71de0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Description
Rework the two Claude GitHub Actions workflows following the official documentation.
claude-code-review.ymlnow runs the code review on a manual trigger — a/claude-reviewcomment on a PR — instead of the previous mix ofworkflow_dispatch, label, and comment triggers, and is aligned with the upstreamanthropics/claude-code-actionreview template (progress tracking + inline review comments).claude.ymlis brought back in line with the official starter template.claude-code-review.yml:issue_comment+ anif:guard that only fires on PR comments containing/claude-review(manual, opt-in review).track_progress: trueandclaude_args --allowedToolsfor inline comments viamcp__github_inline_comment__create_inline_commentplusgh prtooling.issue_commentevents have nogithub.event.pull_requestobject, so the prompt now usesgithub.event.issue.number(which is the PR number for PR comments).ref: refs/pull/${{ github.event.issue.number }}/head) so the review reads the PR's code, not the default branch (the default forissue_commentevents).issues: writepermission and the pinned model /max-turnsargs, matching the upstream template.claude.yml:actions: readinto the jobpermissionsblock (replacing the oldadditional_permissionsinput) and drop the pinned model /max-turnsargs.Related issues
Replaces #1991
Checklist
Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an
xinside the square brackets[ ]in the Markdown source below:/azp run.