aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/automation_request_review.yml3
1 files changed, 2 insertions, 1 deletions
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: |