Skip to content

Commit 80cd4a4

Browse files
committed
ci: run assigning reviewers also on drafts
1 parent 8a7cd10 commit 80cd4a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/auto_assign.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ reviewers:
55
- kyranet
66
- vladfrangu
77
numberOfReviewers: 0
8+
runOnDraft: true

.github/workflows/pr-automation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
sync-labels: true
1313

1414
- name: Automatically assign reviewers
15-
if: ${{ github.event.action == 'opened' }}
16-
uses: kentaro-m/auto-assign-action@v1.1.2
15+
if: github.event.action == 'opened'
16+
uses: kentaro-m/auto-assign-action@v1.2.1

0 commit comments

Comments
 (0)