Skip to content

Stop using Action using obsoleted node version #436

Stop using Action using obsoleted node version

Stop using Action using obsoleted node version #436

Workflow file for this run

name: "Check changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
missingUpdateErrorMessage: "Please update CHANGELOG.md or add the Skip-Changelog label if not needed!"