We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644e8e8 commit 8a68d08Copy full SHA for 8a68d08
.github/workflows/auto_assignee.yml
@@ -8,6 +8,10 @@ on:
8
description: 'A list of assignees(GitHub user name) to be added to PR'
9
required: true
10
type: string
11
+ reviewers:
12
+ description: 'A list of reviewers(GitHub user name) to be added to PRs'
13
+ required: false
14
+ type: string
15
secrets:
16
GITHUB:
17
description: 'Your GitHub token for authentication.'
@@ -21,4 +25,6 @@ jobs:
21
25
with:
22
26
GITHUB_TOKEN: ${{ secrets.GITHUB }}
23
27
assignees: ${{ inputs.assignees }}
28
+ reviewers: ${{ inputs.reviewers }}
29
+ skipKeywords: wip, draft
24
30
...
0 commit comments