Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down