Skip to content

V8.0.0 Release

V8.0.0 Release #284

Workflow file for this run

name: Update changelog on Releases
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
branches:
- stable
jobs:
changelog-updated:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: bumpless
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}