Setup github action for auto-assign (#307)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>pull/311/head
parent
b03df024c1
commit
795cc815ce
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
name: 'Auto Assign' |
||||||
|
on: |
||||||
|
pull_request_target: |
||||||
|
types: [opened, ready_for_review] |
||||||
|
|
||||||
|
jobs: |
||||||
|
add-owner: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- name: run |
||||||
|
uses: kentaro-m/auto-assign-action@v1.1.2 |
||||||
|
with: |
||||||
|
configuration-path: ".github/auto_assign.yml" |
||||||
|
repo-token: '${{ secrets.GITHUB_TOKEN }}' |
Loading…
Reference in new issue