From db6eadc65967cfa70a10760f61062faa6d776ed5 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 11:47:43 +0100 Subject: [PATCH 1/2] test claude trigger --- 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 8f0850aca5aebe86562090448f6ac235915bd485 Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Thu, 14 May 2026 12:17:53 +0100 Subject: [PATCH 2/2] adding claude prompt --- .github/workflows/claude-pr.yml | 3 +++ test.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 test.py diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index ec432ec..1d1f367 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -22,3 +22,6 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_CODE_REVIEW_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} + prompt: | + Review this pull request. Describe the changes made. Check for bugs, security issues, logic errors, + and code quality problems. Post your findings as a PR review comment. diff --git a/test.py b/test.py deleted file mode 100644 index 8e23576..0000000 --- a/test.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") \ No newline at end of file