Skip to content

chore: bump marked from 15.0.12 to 16.0.0 in the marked group #1611

chore: bump marked from 15.0.12 to 16.0.0 in the marked group

chore: bump marked from 15.0.12 to 16.0.0 in the marked group #1611

Workflow file for this run

name: Update README for pull requests
on:
pull_request_target:
branches:
- master
types:
- opened
- ready_for_review
- synchronize
jobs:
update-readme:
name: Re-generate README
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
with:
token: ${{ secrets.MACHINE_USER_TOKEN }}
fetch-tags: "true"
- uses: actions/setup-node@v6
with:
node-version: 20
- run: gh pr checkout ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ github.token }}
- run: yarn
- run: yarn compile
- run: yarn generate:readme
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "chore: re-generate README"
file_pattern: README.md docs/*.md