Skip to content

Commit 7c6309c

Browse files
ondrejmirtesclaude
andcommitted
Configure phpstan-bot git identity for Claude PR reactions workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d145799 commit 7c6309c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/claude-react-on-comment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141

4242
- uses: "ramsey/composer-install@v3"
4343

44+
- name: "Configure git identity"
45+
run: |
46+
git config user.name "phpstan-bot"
47+
git config user.email "ondrej+phpstanbot@mirtes.cz"
48+
4449
- name: "React to feedback"
4550
uses: anthropics/claude-code-action@v1
4651
with:

0 commit comments

Comments
 (0)