From 0a82bcdb04598e99502abecc165df92154edcb0e Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Mon, 18 Aug 2025 17:17:52 -0700 Subject: [PATCH] Test PR 411: Point workflow to piotrb's fork with sticky comment feature --- .github/workflows/claude.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 48c4a3da..4a7598f9 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,9 +31,13 @@ jobs: - name: Run Claude Code id: claude - uses: km-anthropic/claude-code-action@main + uses: piotrb/claude-code-action@main with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_tools: "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)" custom_instructions: "You have also been granted tools for editing files and running bun commands (install, run, test, typecheck) for testing your changes: bun install, bun test, bun run format, bun typecheck." model: "claude-opus-4-1-20250805" + # Testing PR 411 - sticky comment customization + use_sticky_comment: true + sticky_comment_app_bot_id: "209825114" + sticky_comment_app_bot_name: "claude"