Skip to content

fix: Support tag values containing = #42

fix: Support tag values containing =

fix: Support tag values containing = #42

Workflow file for this run

name: Changelog Check
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/changelog-enforcer@v2.2.0
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "no changelog entry needed, dependencies"