Skip to content

Commit

Permalink
chore: add auto assign Github Action (#314)
Browse files Browse the repository at this point in the history
Co-authored-by: kakha urigashvili <[email protected]>
  • Loading branch information
kakhaUrigashvili and kakha urigashvili authored Oct 1, 2020
1 parent 581bd9c commit aea5f88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/auto-assign-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
addReviewers: true

addAssignees: author

reviewers:
- RonWang
- kakhaUrigashvili
10 changes: 10 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign'
on: pull_request

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/auto-assign-config.yml"

0 comments on commit aea5f88

Please sign in to comment.