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