ci: run assigning reviewers also on drafts

This commit is contained in:
iCrawl
2022-06-04 12:59:54 +02:00
parent 8a7cd10554
commit 80cd4a4a43
2 changed files with 3 additions and 2 deletions

View File

@@ -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