From 813eb3546dc60bc590ee220c402d29afdf481c00 Mon Sep 17 00:00:00 2001 From: BukeLy Date: Mon, 2 Mar 2026 18:40:03 +0800 Subject: [PATCH] Allow github-actions bot to trigger claude-code-action Backfill workflow triggers issue-dedupe via gh workflow run, which makes the actor github-actions. Add it to allowed_bots so claude-code-action accepts the trigger. --- .github/workflows/issue-dedupe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-dedupe.yml b/.github/workflows/issue-dedupe.yml index 88981c2..d6e8434 100644 --- a/.github/workflows/issue-dedupe.yml +++ b/.github/workflows/issue-dedupe.yml @@ -54,3 +54,4 @@ jobs: anthropic_api_key: ${{ secrets.AUTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} claude_args: "--model claude-sonnet-4-5-20250929" + allowed_bots: "github-actions"