Skip to content

Unit support for Axes & Recipes, a.k.a axis converts #589

Unit support for Axes & Recipes, a.k.a axis converts

Unit support for Axes & Recipes, a.k.a axis converts #589

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'