Skip to content

Commit 8a68d08

Browse files
Update auto_assignee.yml (#170)
Co-authored-by: Vishwajit Nagulkar <[email protected]>
1 parent 644e8e8 commit 8a68d08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto_assignee.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
description: 'A list of assignees(GitHub user name) to be added to PR'
99
required: true
1010
type: string
11+
reviewers:
12+
description: 'A list of reviewers(GitHub user name) to be added to PRs'
13+
required: false
14+
type: string
1115
secrets:
1216
GITHUB:
1317
description: 'Your GitHub token for authentication.'
@@ -21,4 +25,6 @@ jobs:
2125
with:
2226
GITHUB_TOKEN: ${{ secrets.GITHUB }}
2327
assignees: ${{ inputs.assignees }}
28+
reviewers: ${{ inputs.reviewers }}
29+
skipKeywords: wip, draft
2430
...

0 commit comments

Comments
 (0)