Skip to content

Commit 6cc0be8

Browse files
committed
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.
1 parent d68ef5a commit 6cc0be8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/claude-link-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run Claude Link Review
2626
uses: anthropics/claude-code-action@beta
2727
with:
28+
mode: agent
2829
use_sticky_comment: true
2930
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3031
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/claude-model-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Claude Model Validation
2525
uses: anthropics/claude-code-action@beta
2626
with:
27+
mode: agent
2728
use_sticky_comment: true
2829
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
2930
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/claude-notebook-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run Claude Notebook Review
2626
uses: anthropics/claude-code-action@beta
2727
with:
28+
mode: agent
2829
use_sticky_comment: true
2930
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3031
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)