From 558e07f2be74aa9a5a7dd27531b4df75b5364b40 Mon Sep 17 00:00:00 2001 From: Jesse Turner Date: Fri, 24 Apr 2026 17:14:30 -0400 Subject: [PATCH] chore: disable automatic PR review trigger Comment out the pull_request trigger so the AI review workflow only runs via manual workflow_dispatch. --- .github/workflows/pr-ai-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-ai-review.yml b/.github/workflows/pr-ai-review.yml index fb0a920a..a552b505 100644 --- a/.github/workflows/pr-ai-review.yml +++ b/.github/workflows/pr-ai-review.yml @@ -1,8 +1,8 @@ name: AgentCore Harness Reviewing on: - pull_request: - types: [opened, reopened] + # pull_request: + # types: [opened, reopened] workflow_dispatch: inputs: pr_url: