From 02007d449b3789fa9c70aef838ee98d98aee4160 Mon Sep 17 00:00:00 2001 From: Huqing Yan Date: Thu, 13 May 2021 11:00:30 +0800 Subject: [PATCH] Update Auto_Review.yml --- .github/workflows/Auto_Review.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Auto_Review.yml b/.github/workflows/Auto_Review.yml index 429e6743f..07e749b19 100644 --- a/.github/workflows/Auto_Review.yml +++ b/.github/workflows/Auto_Review.yml @@ -1,5 +1,7 @@ name: 'Auto Reviewer' -on: pull_request +on: + pull_request: + types: [opened, reopened] jobs: add-reviews: @@ -7,4 +9,4 @@ jobs: steps: - uses: kentaro-m/auto-assign-action@v1.1.2 with: - configuration-path: ".github/auto_assign.yml" \ No newline at end of file + configuration-path: ".github/auto_assign.yml"