We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7cd10 commit 80cd4a4Copy full SHA for 80cd4a4
.github/auto_assign.yml
@@ -5,3 +5,4 @@ reviewers:
5
- kyranet
6
- vladfrangu
7
numberOfReviewers: 0
8
+runOnDraft: true
.github/workflows/pr-automation.yml
@@ -12,5 +12,5 @@ jobs:
12
sync-labels: true
13
14
- name: Automatically assign reviewers
15
- if: ${{ github.event.action == 'opened' }}
16
- uses: kentaro-m/auto-assign-action@v1.1.2
+ if: github.event.action == 'opened'
+ uses: kentaro-m/auto-assign-action@v1.2.1
0 commit comments