Skip to content

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

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#20
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:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Enables manual re-triggering of the centrally maintained claude-code-review workflow by adding issue_comment and workflow_dispatch events and passing a PR number input through to the reusable workflow.

Changes:

  • Added issue_comment trigger (created) to allow /re-review style re-runs.
  • Added workflow_dispatch with pr_number input for manual re-review runs.
  • Passed pr_number to the reusable workflow caller.

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

Comment on lines 28 to +31
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 231a4f3 (a workflow-editing PR can't get the review bot's approval; pushed via admin bypass).

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