Skip to content

Commit

Permalink
Create pr-co-authors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Dec 17, 2024
1 parent 1c6bf0f commit 589e3b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-co-authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Write coauthors to a pull request

# To use this type '!coauthor' as a comment in a PR

on:
issue_comment:
types:
- created

permissions:
pull-requests: write

jobs:
generate-coauthors:
name: Generate Coauthor List
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3

0 comments on commit 589e3b6

Please sign in to comment.