From 80cd4a4a43643e9a12b51aa165140f27c3841089 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 4 Jun 2022 12:59:54 +0200 Subject: [PATCH] ci: run assigning reviewers also on drafts --- .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 9d8356d7f..e53c75f6b 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 2091e359c..cc225f8ec 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -12,5 +12,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.1