Skip to content

Commit ce1f269

Browse files
committed
[ci] Add CI workflow to check changelog edition
1 parent d0b9d2c commit ce1f269

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check-changelog
2+
on:
3+
pull_request:
4+
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
5+
branches:
6+
- devel
7+
jobs:
8+
check-changelog:
9+
name: Check changelog action
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: tarides/changelog-check-action@v2
13+
with:
14+
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)