We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b511984 commit 0e3e5f4Copy full SHA for 0e3e5f4
1 file changed
.github/workflows/claude.yml
@@ -36,11 +36,17 @@ jobs:
36
with:
37
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
38
39
+ - name: Claude Code Action Official
40
+ id: anthropics
41
+ uses: anthropics/claude-code-action@v1
42
+ with:
43
+ anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
44
+
45
# Optional: Customize the trigger phrase (default: @claude)
- # trigger_phrase: "/claude"
46
+ trigger_phrase: "/claude"
47
48
# Optional: Trigger when specific user is assigned to an issue
- # assignee_trigger: "claude-bot"
49
+ assignee_trigger: "claude-bot"
50
51
# Optional: Configure Claude's behavior with CLI arguments
52
# claude_args: |
0 commit comments