From 7bece119727ec0f320ec01e42e2becfb669819b2 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Wed, 13 May 2026 15:52:59 +0100 Subject: [PATCH 1/3] test --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file From 8fa1bb8c0dedc21d36e02d285c26dff90155fac6 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Wed, 13 May 2026 16:06:52 +0100 Subject: [PATCH 2/3] changing uses path --- .github/workflows/claude-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index 9c1b725..fb109cb 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: anthropics/claude-code-action@v1.0.96 + - uses: puppetlabs/cat-github-actions/.github/workflows/claude-pr.yml@main with: anthropic_api_key: ${{ secrets.ANTHROPIC_CODE_REVIEW_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} From 537cb8004253df26fcdbfa0860e6faaa5b566063 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Wed, 13 May 2026 16:14:26 +0100 Subject: [PATCH 3/3] path --- .github/workflows/claude-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index fb109cb..9c1b725 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: puppetlabs/cat-github-actions/.github/workflows/claude-pr.yml@main + - uses: anthropics/claude-code-action@v1.0.96 with: anthropic_api_key: ${{ secrets.ANTHROPIC_CODE_REVIEW_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}