Skip to content

Add strict_allow_templates option for the dynamic mapping parameter #1318

Add strict_allow_templates option for the dynamic mapping parameter

Add strict_allow_templates option for the dynamic mapping parameter #1318

Workflow file for this run

name: Verify Changelog
on:
pull_request:
types: [edited, labeled, opened, ready_for_review, reopened, review_requested, synchronize, unlabeled]
jobs:
verify-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: 'autocut, skip-changelog'