Create coauthor.yml

This commit is contained in:
Adam Matthiesen 2024-03-07 06:35:17 -08:00 committed by GitHub
parent cf516f411c
commit 2efecf40be
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/coauthor.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