From 9e648d411da18042aa7d23c191241884f30b8324 Mon Sep 17 00:00:00 2001 From: adrian-kong <35755741+adrian-kong@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:16:46 +1100 Subject: [PATCH] Update add_additional_reviewers.yaml --- .github/workflows/add_additional_reviewers.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add_additional_reviewers.yaml b/.github/workflows/add_additional_reviewers.yaml index 05efd9e02d..da10899642 100644 --- a/.github/workflows/add_additional_reviewers.yaml +++ b/.github/workflows/add_additional_reviewers.yaml @@ -1,13 +1,14 @@ name: Add Additional Reviewers on: - pull_request_target: + pull_request: types: [opened, synchronize, ready_for_review, reopened] jobs: auto-request-review: name: Add Additional Reviewers runs-on: ubuntu-latest + if: ${{ github.actor != 'dependabot[bot]' }} steps: - name: Request additional reviews based on supplied rules uses: necojackarc/auto-request-review@v0.10.0