Skip to content

Commit 84d2628

Browse files
committed
Don't react on approval reviews
1 parent 000a6d4 commit 84d2628

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: >
1111
github.event.pull_request.user.login == 'phpstan-bot'
12-
&& github.event.review.user.login != 'phpstan-bot'
1312
&& github.event.pull_request.state == 'open'
13+
&& github.event.review.user.login != 'phpstan-bot'
14+
&& github.event.review.state != 'approved'
1415
steps:
1516
- name: Harden the runner (Audit all outbound calls)
1617
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

0 commit comments

Comments
 (0)