Skip to content

Commit f088259

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents abbadc1 + 86ac5c6 commit f088259

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
jobs:
88
save-context:
99
runs-on: ubuntu-latest
10-
if: github.event.pull_request.user.login == 'phpstan-bot'
10+
if: >
11+
github.event.pull_request.user.login == 'phpstan-bot'
12+
&& github.event.review.state == 'changes_requested'
1113
steps:
1214
- name: Harden the runner (Audit all outbound calls)
1315
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

0 commit comments

Comments
 (0)