chore: disable automatic PR review trigger#966
chore: disable automatic PR review trigger#966jesseturner21 wants to merge 1 commit intoaws:mainfrom
Conversation
Comment out the pull_request trigger so the AI review workflow only runs via manual workflow_dispatch.
|
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