Skip to content

Commit d1aace8

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents f088259 + 9bbd518 commit d1aace8

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)