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:
Alex Notov
2025-09-08 08:21:36 -06:00
parent d68ef5ae51
commit 6cc0be8971
3 changed files with 3 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}