Skip to content

Commit

Permalink
Add workflow to assign PR reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
shawalli committed Jul 20, 2020
1 parent d9d4f82 commit 2fa8d4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -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 2fa8d4b

Please sign in to comment.