Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Bump the dev-dependencies group with 6 updates #183

Bump the dev-dependencies group with 6 updates

Bump the dev-dependencies group with 6 updates #183

Workflow file for this run

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.2