We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964e2d commit afec2edCopy full SHA for afec2ed
1 file changed
.github/workflows/claude-pr-reactions.yml
@@ -48,15 +48,3 @@ jobs:
48
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
49
trigger_phrase: "@phpstan-bot"
50
claude_args: "--model claude-opus-4-6 --max-turns 50"
51
- prompt: |
52
- You are working on phpstan/phpstan-src, the source code of PHPStan - a PHP static analysis tool.
53
- Read CLAUDE.md for codebase architecture guidance.
54
-
55
- After making changes, verify by running:
56
- - The specific failing tests if applicable
57
- - `make tests` - full test suite
58
- - `make phpstan` - PHPStan self-analysis
59
- - `make cs-fix` - coding standards
60
- - `make name-collision` - namespace collision check
61
62
- Fix any failures that come up.
0 commit comments