Commit c476b60
Split claude react-on-comment into two jobs to avoid expensive setup
Add a lightweight check-trigger job on ubuntu-latest that checks if the
comment contains the @phpstan-bot trigger phrase. The expensive react job
(setup-php, composer install on blacksmith runner) only runs when the
trigger phrase is actually present.
https://claude.ai/code/session_01T86RqyQoZyKWyG4MUnf7FC1 parent 7c6309c commit c476b60
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
22 | 40 | | |
23 | 41 | | |
| 42 | + | |
| 43 | + | |
24 | 44 | | |
25 | 45 | | |
26 | 46 | | |
| |||
0 commit comments