From 4905cf069079463c2e3754aea9d8e8ad9e76dff6 Mon Sep 17 00:00:00 2001 From: scottf Date: Mon, 11 May 2026 16:19:26 -0400 Subject: [PATCH] Change optional skip claude target --- .github/workflows/claude.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 04c72a63f..bf8fd73c5 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -12,12 +12,12 @@ on: types: [created] pull_request_review_comment: types: [created] - pull_request: - types: [opened, reopened] + pull_request_target: + types: [opened, reopened, ready_for_review] jobs: claude: - if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip claude]') + if: github.event_name != 'pull_request_target' || !contains(github.event.pull_request.body, '[skip claude]') uses: synadia-io/ai-workflows/.github/workflows/claude.yml@v2 with: gh_app_id: ${{ vars.CLAUDE_GH_APP_ID }}