We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20988f8 commit 27ea46cCopy full SHA for 27ea46c
.github/workflows/claude-react-on-comment.yml
@@ -49,14 +49,11 @@ jobs:
49
steps:
50
- name: "Checkout"
51
uses: actions/checkout@v4
52
- with:
53
- token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
54
55
- name: "React to feedback"
56
uses: anthropics/claude-code-action@v1
57
with:
58
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
59
- github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
60
trigger_phrase: "@phpstan-bot"
61
claude_args: "--model claude-opus-4-6"
62
bot_name: "phpstan-bot"
0 commit comments