Skip to content

ci: enable manual /re-review trigger for claude-code-review - #633

Merged
nico-ptrs merged 1 commit into
developfrom
chore/central-ai-rereview-trigger
Jul 17, 2026
Merged

ci: enable manual /re-review trigger for claude-code-review#633
nico-ptrs merged 1 commit into
developfrom
chore/central-ai-rereview-trigger

Conversation

@nico-ptrs

Copy link
Copy Markdown
Contributor

Add issue_comment + workflow_dispatch triggers and a pr_number passthrough to the thin caller so the centrally-maintained review engine (@v1) can be re-triggered via a /re-review PR comment or workflow_dispatch.

Add issue_comment + workflow_dispatch triggers and a pr_number passthrough to the thin caller so the centrally-maintained review engine (@v1) can be re-triggered via a /re-review PR comment or workflow_dispatch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 17, 2026 14:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the thin GitHub Actions caller workflow for the centrally maintained claude-code-review@v1 engine, adding manual re-trigger capabilities via PR comments and workflow_dispatch.

Changes:

  • Adds issue_comment trigger to allow re-review via PR comments.
  • Adds workflow_dispatch trigger with a pr_number input.
  • Passes pr_number through to the reusable workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9 to +10
issue_comment:
types: [created]
with:
project_type: generic
block_on_critical: true
pr_number: ${{ inputs.pr_number }}
@nico-ptrs

Copy link
Copy Markdown
Contributor Author

Landed directly on develop as 285e1e1 (a workflow-editing PR can't get the review bot's approval; pushed via admin bypass).

@nico-ptrs
nico-ptrs merged commit 285e1e1 into develop Jul 17, 2026
5 checks passed
@nico-ptrs
nico-ptrs deleted the chore/central-ai-rereview-trigger branch July 17, 2026 15:46
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.

2 participants