Add changelog check

This commit is contained in:
Nikita Volkov 2024-04-22 20:18:35 +03:00
parent 7dd3b2b72a
commit c7d76a6f97

17
.github/workflows/on-pr.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
- major
- minor
- patch
jobs:
check-changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md