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