Skip to content

Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.5.2 to 1.6.0 #4718

Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.5.2 to 1.6.0

Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.5.2 to 1.6.0 #4718

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