From 38aad33ed854ec4f499287b7ead1291885b4758e Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 3 Dec 2022 11:27:26 +0000 Subject: [PATCH] ci: Assign reviewers on drafts (#661) --- .github/auto_assign.yml | 1 + .github/workflows/pr-automation.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 9d8356d7..e53c75f6 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -5,3 +5,4 @@ reviewers: - kyranet - vladfrangu numberOfReviewers: 0 +runOnDraft: true diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 96ce3765..5ec93577 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -14,5 +14,5 @@ jobs: sync-labels: true - name: Automatically assign reviewers - if: ${{ github.event.action == 'opened' }} - uses: kentaro-m/auto-assign-action@v1.1.2 + if: github.event.action == 'opened' + uses: kentaro-m/auto-assign-action@v1.2.4