Skip to content

Bump eslint from 9.16.0 to 9.17.0 #170

Bump eslint from 9.16.0 to 9.17.0

Bump eslint from 9.16.0 to 9.17.0 #170

name: "Enforce 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:
skipLabels: "skip changelog"
missingUpdateErrorMessage: "PR does not update CHANGELOG.md! If this was done on purpose, add the 'skip changelog' label."