Skip to content

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

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#19
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

Choose a reason for hiding this comment

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

Pull request overview

Enables manually re-triggering the shared claude-code-review reusable workflow via PR comments and workflow_dispatch, intended to support /re-review and explicit PR targeting.

Changes:

  • Add issue_comment trigger (created) to allow comment-driven reruns.
  • Add workflow_dispatch trigger with required pr_number input.
  • Pass pr_number into the reusable workflow call.

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

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

Copy link
Copy Markdown
Contributor Author

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

@nico-ptrs
nico-ptrs merged commit 34e57ba into develop Jul 17, 2026
11 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