From 3fd039e110d0cc76dfe5de3391842c896cfa1a39 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 Apr 2026 00:36:48 +1200 Subject: [PATCH] (chore): pin claude-pr-owner to v0.2.0 --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ca56742df..953fbf39a 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,7 +25,7 @@ jobs: issues: write actions: read id-token: write - uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@e6baaab0ae24628a4d6e8b695b49a77f37e797f7 # v0.1.0 + uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@5ba5982d9d9ccb53bc8f33088124ef8bdb05cf13 # v0.2.0 secrets: oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} with: