From fb823f6dd604f57240fe673f426e49f1cb0e2919 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 4 Sep 2025 14:35:56 -0700 Subject: [PATCH] fix: update action reference to claude-code-action in issue triage workflow (#537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from @anthropics/claude-code-base-action to @anthropics/claude-code-action to use the correct action name in the issue triage workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 8497b23..65cbc2f 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -97,7 +97,7 @@ jobs: EOF - name: Run Claude Code for Issue Triage - uses: anthropics/claude-code-base-action@v1 + uses: anthropics/claude-code-action@v1 with: prompt: $(cat /tmp/claude-prompts/triage-prompt.txt) anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}