diff --git a/.github/workflows/coauthor.yml b/.github/workflows/coauthor.yml new file mode 100644 index 0000000..c8203a3 --- /dev/null +++ b/.github/workflows/coauthor.yml @@ -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