Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.0 #32

chore(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.0

chore(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.0 #32

Workflow file for this run

name: Auto Changelog
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Update Changelog
uses: puneet2019/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}