add auto assign bot
parent
4fe9c15a2c
commit
55f68510ff
|
@ -0,0 +1,11 @@
|
|||
name: Auto Assign
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.2.5
|
Loading…
Reference in New Issue