Create auto-assign.yaml
This commit is contained in:
parent
8f1e2e0286
commit
ef8498dcba
|
@ -0,0 +1,10 @@
|
||||||
|
name: 'Auto Assign'
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, ready_for_review]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-reviews:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: kentaro-m/auto-assign-action@v1.2.1
|
Loading…
Reference in New Issue