From 3396cf42491b9eea063b93d6b1d28f18111c497f Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Thu, 7 Mar 2024 06:19:19 -0800 Subject: [PATCH] Create coauthor.yml --- .github/workflows/coauthor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/coauthor.yml diff --git a/.github/workflows/coauthor.yml b/.github/workflows/coauthor.yml new file mode 100644 index 00000000..c8203a32 --- /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