Skip to content

Add CI checking release numbers in CHANGES.md #1

Add CI checking release numbers in CHANGES.md

Add CI checking release numbers in CHANGES.md #1

Workflow file for this run

name: changelog guard
on:
pull_request:
paths:
- 'CHANGES.md'
- 'Tools/ci/check_changelog_headings.sh'
- '.github/workflows/changelog-guard.yml'
jobs:
duplicate-changes-headings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check for duplicate CHANGES headings
run: python3 .github/workflows/scripts/check_changelog_headings.py CHANGES.md