Uh oh!
There was an error while loading. Please reload this page.
chore: disable automatic PR review trigger - #966
Conversation
Comment out the pull_request trigger so the AI review workflow only runs via manual workflow_dispatch.
jesseturner21
commented
Apr 24, 2026
This PR doesn't actually achieve its stated goal — it's effectively a no-op after merging. The branch was created from a commit before #958 merged to I verified this by merging the branch locally: To actually disable the automatic trigger, you'll need to rebase onto current on:
# pull_request_target:# types: [opened, reopened]workflow_dispatch:
... |
Summary
pull_requesttrigger on the AI review workflow so it no longer runs automatically on PR open/reopenworkflow_dispatchTest plan