Enable manual trigger for AI PR Review workflow#204
Merged
Conversation
DiamondDagger590
pushed a commit
that referenced
this pull request
Mar 13, 2026
…m pr-review.yml pr-review-run.yml is superseded by ai-persona-review.yml, which handles persona reviews triggered by workflow_run from pr-review.yml and also supports manual dispatch via workflow_dispatch. Removing the redundant file eliminates duplicate review runs on every PR. The workflow_dispatch trigger added to pr-review.yml in PR #204 is not needed there since manual invocation is already covered by ai-persona-review.yml.
DiamondDagger590
added a commit
that referenced
this pull request
Mar 13, 2026
…m pr-review.yml (#205) pr-review-run.yml is superseded by ai-persona-review.yml, which handles persona reviews triggered by workflow_run from pr-review.yml and also supports manual dispatch via workflow_dispatch. Removing the redundant file eliminates duplicate review runs on every PR. The workflow_dispatch trigger added to pr-review.yml in PR #204 is not needed there since manual invocation is already covered by ai-persona-review.yml. Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added support for manually triggering the AI PR Review workflow in addition to the existing automatic trigger on pull request events.
Key Changes
workflow_dispatchtrigger to the AI PR Review workflow, allowing the workflow to be manually invoked from the GitHub Actions UIImplementation Details
The
workflow_dispatchevent enables developers to manually run the PR review workflow without needing to open or update a pull request. This is useful for:The workflow will continue to automatically trigger on pull request open, synchronize, and reopen events as before.
https://claude.ai/code/session_01HqvDiUQSnDR4TDjxgFoWfT