This repository was archived by the owner on Jan 9, 2025. It is now read-only.
Bump the dev-dependencies group across 1 directory with 13 updates #233
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] |