Autoauthor action (#51)

This commit is contained in:
gusto 2023-01-18 17:10:13 +02:00 committed by GitHub
parent efb1690872
commit dbef2906b5
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 @@
# .github/workflows/auto-author-assign.yml
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