Skip to content

Commit 4dd0ac3

Browse files
authored
Merge branch 'master' into update-github-plugin-docs
2 parents fb354cd + 61fc881 commit 4dd0ac3

File tree

4 files changed

+115
-67
lines changed

4 files changed

+115
-67
lines changed

.github/workflows/claude.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,22 @@ jobs:
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: anthropics/claude-code-action@beta
34+
uses: anthropics/claude-code-action@v1
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
37-
38-
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
39-
# model: "claude-opus-4-20250514"
40-
37+
38+
# Optional: Add a system prompt for Claude
39+
# prompt: |
40+
# You are a senior technical writer triaging Engineering PRs for docs impact.
41+
4142
# Optional: Customize the trigger phrase (default: @claude)
4243
# trigger_phrase: "/claude"
43-
44+
4445
# Optional: Trigger when specific user is assigned to an issue
4546
# assignee_trigger: "claude-bot"
46-
47+
4748
# Optional: Allow Claude to run specific commands
4849
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
49-
50-
# Optional: Add custom instructions for Claude to customize its behavior for your project
51-
# custom_instructions: |
52-
# Follow our coding standards
53-
# Ensure all new code has tests
54-
# Use TypeScript for new files
55-
5650
# Optional: Custom environment variables for Claude
5751
# claude_env: |
5852
# NODE_ENV: test

0 commit comments

Comments
 (0)