Auto author GH action (#40)

This commit is contained in:
gusto 2023-01-24 11:12:54 +02:00 committed by GitHub
parent c745839d93
commit 3de48c3d98
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