From ad2b5ecd907128ed1b66b1cf4bed57902ef836ee Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 28 Dec 2023 15:47:06 -0500 Subject: ci: request review on PR synchronize --- .github/workflows/automation_request_review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/automation_request_review.yml b/.github/workflows/automation_request_review.yml index b912cc0..c31f582 100644 --- a/.github/workflows/automation_request_review.yml +++ b/.github/workflows/automation_request_review.yml @@ -3,7 +3,7 @@ permissions: pull-requests: write on: pull_request_target: - types: [opened, reopened, ready_for_review] + types: [opened, reopened, ready_for_review, synchronize] branches-ignore: - "release-please--**" @@ -14,6 +14,7 @@ jobs: steps: - name: Request Review uses: actions/github-script@v7 + if: github.actor != 'stevearc' with: github-token: ${{secrets.GITHUB_TOKEN}} script: | -- cgit v1.2.3-70-g09d2