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