Skip to content

Enable manual trigger for AI PR Review workflow#204

Merged
DiamondDagger590 merged 1 commit into
recodefrom
claude/manual-persona-review-Rx3ok
Mar 13, 2026
Merged

Enable manual trigger for AI PR Review workflow#204
DiamondDagger590 merged 1 commit into
recodefrom
claude/manual-persona-review-Rx3ok

Conversation

@DiamondDagger590
Copy link
Copy Markdown
Owner

Summary

Added support for manually triggering the AI PR Review workflow in addition to the existing automatic trigger on pull request events.

Key Changes

  • Added workflow_dispatch trigger to the AI PR Review workflow, allowing the workflow to be manually invoked from the GitHub Actions UI

Implementation Details

The workflow_dispatch event enables developers to manually run the PR review workflow without needing to open or update a pull request. This is useful for:

  • Re-running reviews on existing pull requests
  • Testing workflow changes
  • Running reviews on demand for specific PRs

The workflow will continue to automatically trigger on pull request open, synchronize, and reopen events as before.

https://claude.ai/code/session_01HqvDiUQSnDR4TDjxgFoWfT

@DiamondDagger590 DiamondDagger590 merged commit 898bd5b into recode Mar 13, 2026
2 checks passed
@DiamondDagger590 DiamondDagger590 deleted the claude/manual-persona-review-Rx3ok branch March 13, 2026 20:12
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>
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