Skip to content

build(deps): Bump actions/checkout from 6.0.2 to 6.0.3 #9470

build(deps): Bump actions/checkout from 6.0.2 to 6.0.3

build(deps): Bump actions/checkout from 6.0.2 to 6.0.3 #9470

name: "Changelog Enforcer"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
permissions: {}
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: dangoslen/changelog-enforcer@8b5e9dc3121363bb7c0115f8533404d92af382de # v3.7.0
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'Skip-Changelog'