Skip to content

Commit

Permalink
Add workflow to auto-assign PR reviewer (#patch) (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawalli committed Jul 20, 2020
1 parent 9714996 commit f49c300
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/auto_assign.yml
@@ -0,0 +1,6 @@
addReviewers: true

addAssignees: author

reviewers:
- shawalli
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yaml
@@ -0,0 +1,10 @@
name: Assign Reviewers
on:
pull_request:

jobs:
add-reviewers:
name: 👪
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.1.1

0 comments on commit f49c300

Please sign in to comment.