Skip to content

Commit 000a6d4

Browse files
committed
phpstan-bot: react only on 'open' pull requests
1 parent 594b7bd commit 000a6d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
if: >
1111
github.event.pull_request.user.login == 'phpstan-bot'
1212
&& github.event.review.user.login != 'phpstan-bot'
13+
&& github.event.pull_request.state == 'open'
1314
steps:
1415
- name: Harden the runner (Audit all outbound calls)
1516
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

0 commit comments

Comments
 (0)