ci: Assign reviewers on drafts (#661)

This commit is contained in:
Jiralite
2022-12-03 11:27:26 +00:00
committed by GitHub
parent 390c628ee3
commit 38aad33ed8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,3 +5,4 @@ reviewers:
- kyranet
- vladfrangu
numberOfReviewers: 0
runOnDraft: true
+2 -2
View File
@@ -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