Skip to content

Commit

Permalink
[CI] Enforce changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Dec 8, 2023
1 parent b4024bb commit 4acc11b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Changelog check

on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]

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 4acc11b

Please sign in to comment.