Auto author GH action (#19)
This commit is contained in:
parent
3ec1156344
commit
fe5af61e54
|
@ -0,0 +1,15 @@
|
||||||
|
name: Auto Author Assign
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [ opened, reopened ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
assign-author:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: toshimaru/auto-author-assign@v1.6.2
|
||||||
|
|
Loading…
Reference in New Issue