Auto author GH action (#40)
This commit is contained in:
parent
c745839d93
commit
3de48c3d98
|
@ -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