Create coauther.yml

This commit is contained in:
Adam Matthiesen 2024-03-07 06:34:17 -08:00 committed by GitHub
parent 04b35c4d4c
commit 7cb8a94344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

17
.github/workflows/coauther.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Write coauthors to a pull request
permissions:
pull-requests: write
on:
issue_comment:
types:
- created
jobs:
generate-coauthors:
name: Generate Coauthor
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kevinzunigacuellar/coauthor-action@v0.1.1