Skip to content

chore: bump @mittwald/api-client from 4.299.0 to 4.300.0 in the mittwald-api group #1617

chore: bump @mittwald/api-client from 4.299.0 to 4.300.0 in the mittwald-api group

chore: bump @mittwald/api-client from 4.299.0 to 4.300.0 in the mittwald-api group #1617

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