We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594b7bd commit 000a6d4Copy full SHA for 000a6d4
1 file changed
.github/workflows/claude-react-on-review.yml
@@ -10,6 +10,7 @@ jobs:
10
if: >
11
github.event.pull_request.user.login == 'phpstan-bot'
12
&& github.event.review.user.login != 'phpstan-bot'
13
+ && github.event.pull_request.state == 'open'
14
steps:
15
- name: Harden the runner (Audit all outbound calls)
16
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
0 commit comments