summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-12-28 15:47:06 -0500
committerSteven Arcangeli <stevearc@stevearc.com>2023-12-28 15:47:06 -0500
commitad2b5ecd907128ed1b66b1cf4bed57902ef836ee (patch)
tree43fe8930de1e4982bc650ffefd7368530a43dfea
parentb3e0752a6c566b97e2896b486caafd4b25f4683a (diff)
ci: request review on PR synchronize
-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: |