Skip to content

release v0.4.2

release v0.4.2 #26

name: Dependabot Changelog Entry
on:
pull_request:
types: [opened, reopened]
branches: [ main, master ]
jobs:
update-changelog:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: crambl/dependabot-changelog-writer@trunk
with:
push-token: ${{ secrets.PAT_PUSH }}