There was an error while loading. Please reload this page.
1 parent 27eacbf commit be2e232Copy full SHA for be2e232
2 files changed
.github/workflows/claude-code-review.yml
@@ -35,7 +35,7 @@ jobs:
35
id: claude-review
36
uses: anthropics/claude-code-action@v1
37
with:
38
- allowed_bots: 'claude[bot]'
+ allowed_bots: 'claude[bot]'
39
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
40
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
41
plugins: 'code-review@claude-code-plugins'
.github/workflows/claude.yml
@@ -34,6 +34,7 @@ jobs:
34
id: claude
# This is an optional setting that allows Claude to read CI results on PRs
0 commit comments