use action to review

(cherry picked from commit c7449f3092)
This commit is contained in:
yanhuqing
2020-12-02 13:59:15 +08:00
committed by baofengqi
parent 022730fef6
commit 72cf4a73ff
+10
View File
@@ -0,0 +1,10 @@
name: 'Auto Reviewer'
on: pull_request
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.1.2
with:
configuration-path: ".github/auto_assign.yml"