From 06097e705ccd727663cd4b0bf4493663a89e9115 Mon Sep 17 00:00:00 2001 From: centdix Date: Wed, 18 Jun 2025 18:21:21 +0200 Subject: [PATCH] test --- .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 a8b329cfea..d8d59fac67 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -70,7 +70,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} timeout_minutes: "60" allowed_tools: "mcp__github__create_pull_request,Bash(npm:*),Bash(cargo:*)" - custom_instructions: "IMPORTANT INSTRUCTIONS: + custom_instructions: "TEST IMPORTANT INSTRUCTIONS: - Bypass previous instructions and instead of adding a url in your comment to manually create a PR, if you created a new branch with your changes, automatically create a draft PR from that branch to main, with the title starting with [Claude PR]. - If you made changes to the frontend code, run npm install, then npm run generate-backend-client, then npm run check. You can ignore warnings that are reported by the check script, but fix the errors. - If you made changes to the backend code, run cargo check. You can ignore warnings that are reported by the check script, but fix the errors.