diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 0f86873..1b0128c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -35,7 +35,12 @@ jobs: uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ACTION_ANTHROPIC_API_KEY }} - + claude_args: | + --system-prompt "Use branch prefix: claude-agent- + If the branch already exists, continue working on it, that means you already worked on this issue, and now continue working on it and making changes and fixes. + Push your changes to the branch and verify that the branch is found before done + I need you to check if the branch is live - no need for PR, make sure the branch you made and committed all the changes to is there" + assignee_trigger: "claude-bot" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"