Skip to content

Bump astro from 4.15.2 to 4.16.1 #15

Bump astro from 4.15.2 to 4.16.1

Bump astro from 4.15.2 to 4.16.1 #15

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/[email protected]
with:
token: ${{ secrets.MRROBOTDOTAPP_BOT_TOKEN }}