Skip to content

Commit 9bbd518

Browse files
committed
Fix workflow
1 parent 86ac5c6 commit 9bbd518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: >
1111
github.event.pull_request.user.login == 'phpstan-bot'
12-
&& github.event.review.state == 'changes_requested'
12+
&& github.event.review.user.login != 'phpstan-bot'
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
1515
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

0 commit comments

Comments
 (0)