Skip to content

Commit 691fc2d

Browse files
committed
claude chores
1 parent 3445b0b commit 691fc2d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: anthropics/claude-code-action@v1
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+
track_progress: true
40+
use_sticky_comment: true
3941
prompt: |
4042
Please review this pull request and provide feedback on:
4143
- Code quality and best practices
@@ -50,5 +52,5 @@ jobs:
5052
5153
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5254
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
53-
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
55+
claude_args: '--model claude-opus-4-1-20250805 --allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
5456

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: anthropics/claude-code-action@v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38+
track_progress: true
3839

3940
# This is an optional setting that allows Claude to read CI results on PRs
4041
additional_permissions: |
@@ -46,5 +47,4 @@ jobs:
4647
# Optional: Add claude_args to customize behavior and configuration
4748
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4849
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
49-
# claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)'
50-
50+
claude_args: '--model claude-opus-4-1-20250805 --allowed-tools "Bash(gh issue:*),Bash(gh search:*),Bash(git diff:*),Bash(git log:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'

0 commit comments

Comments
 (0)