astro-hashnode/.github/workflows/coauthor.yml

18 lines
365 B
YAML
Raw Normal View History

2024-03-11 09:34:55 +00:00
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
2024-03-12 22:14:25 +00:00
- uses: kevinzunigacuellar/coauthor-action@v0.1.2