Skip to content

Commit 04efc52

Browse files
committed
Add a CI so we remember to add entries to the changelog for every PR.
1 parent 34e3eca commit 04efc52

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Check Changelog
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
Check-Changelog:
7+
name: Check Changelog Action
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: tarides/changelog-check-action@v3
11+
with:
12+
changelog: Changelog.md

0 commit comments

Comments
 (0)