Create auto_assign.yml
This commit is contained in:
parent
d27d9cb59c
commit
2ef5187751
1 changed files with 17 additions and 0 deletions
17
.github/workflows/auto_assign.yml
vendored
Normal file
17
.github/workflows/auto_assign.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: "Auto Assign"
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.2.4
|
||||
with:
|
||||
addReviewers: true
|
||||
addAssignees: author
|
||||
reviewers:
|
||||
- "grandeljay"
|
||||
skipKeywords:
|
||||
- wip
|
Loading…
Reference in a new issue