mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
fix(ci): set mode to agent for automatic execution
The beta version defaults to 'tag' mode which requires manual triggering. Set mode to 'agent' to run automatically on PR events.
This commit is contained in:
1
.github/workflows/claude-link-review.yml
vendored
1
.github/workflows/claude-link-review.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
- name: Run Claude Link Review
|
||||
uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
mode: agent
|
||||
use_sticky_comment: true
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
1
.github/workflows/claude-model-check.yml
vendored
1
.github/workflows/claude-model-check.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
- name: Claude Model Validation
|
||||
uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
mode: agent
|
||||
use_sticky_comment: true
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
1
.github/workflows/claude-notebook-review.yml
vendored
1
.github/workflows/claude-notebook-review.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
- name: Run Claude Notebook Review
|
||||
uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
mode: agent
|
||||
use_sticky_comment: true
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user