From 7b920b1651feda077fc2eca6e8646f1b990d9edb Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Wed, 13 May 2026 16:19:09 +0100 Subject: [PATCH 1/5] trigger workflow 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 129df33359dc6db1f4b0318e02e4b5172ac148b0 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 11:09:48 +0100 Subject: [PATCH 2/5] removing inherit --- .github/workflows/claude-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index 9c1b725..19e5e51 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -1,7 +1,6 @@ name: Claude PR Review on: workflow_call: - secrets: inherit pull_request: types: [opened, synchronize, ready_for_review, reopened] From bc46b161e34e3c3deadfb42b6c4ecf5f7394fd2c Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 11:21:14 +0100 Subject: [PATCH 3/5] test with new secret added --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 8e23576..d11dbe7 100644 --- a/test.py +++ b/test.py @@ -1 +1,3 @@ -print("Hello World") \ No newline at end of file +print("Hello World") + +print("test 2") \ No newline at end of file From 47db679c4df3a2b86530dcae4f3c1112d657f2ab Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 11:34:25 +0100 Subject: [PATCH 4/5] changing workflow name --- .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 19e5e51..ec432ec 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -1,4 +1,4 @@ -name: Claude PR Review +name: "Claude PR Review" on: workflow_call: pull_request: From ff76c8fa336fa7abeecca9374dc518266830345e Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 11:45:03 +0100 Subject: [PATCH 5/5] deleting test file --- test.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index d11dbe7..0000000 --- a/test.py +++ /dev/null @@ -1,3 +0,0 @@ -print("Hello World") - -print("test 2") \ No newline at end of file