We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3649f55 commit d4dc437Copy full SHA for d4dc437
.github/workflows/claude-react-on-comment.yml
@@ -61,15 +61,14 @@ jobs:
61
62
- uses: "ramsey/composer-install@v3"
63
64
- - name: "Configure git identity"
65
- run: |
66
- git config user.name "phpstan-bot"
67
- git config user.email "ondrej+phpstanbot@mirtes.cz"
68
-
69
- name: "React to feedback"
70
uses: anthropics/claude-code-action@v1
71
with:
72
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
73
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
74
trigger_phrase: "@phpstan-bot"
75
claude_args: "--model claude-opus-4-6"
+ bot_name: "phpstan-bot"
+ bot_id: "79867460"
+ additional_permissions: |
+ actions: read
0 commit comments