Skip to content

Commit

Permalink
[CI] Enforce changelog in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Sep 9, 2023
1 parent 19e4e7b commit 17766a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Changelog check

on:
pull_request:
branches: [ master ]

jobs:
Changelog-Entry-Check:
name: Check Changelog Action
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 17766a3

Please sign in to comment.