Auto author GH action (#19)

This commit is contained in:
gusto 2023-01-24 11:12:52 +02:00 committed by GitHub
parent 3ec1156344
commit fe5af61e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/auto-author.yml vendored Normal file
View File

@ -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