Skip to content

CompatHelper: bump compat for ColorTypes to 0.12, (keep existing compat) #2008

CompatHelper: bump compat for ColorTypes to 0.12, (keep existing compat)

CompatHelper: bump compat for ColorTypes to 0.12, (keep existing compat) #2008

Workflow file for this run

name: "Enforce changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'