Skip to content

Commit 987f2af

Browse files
authored
Merge pull request #401 from jorisv/topic/check_changelog
ci: add ci step to check changelog update before merging in master
2 parents 8f29857 + 080cf17 commit 987f2af

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-20.04
11+
steps:
12+
- uses: tarides/changelog-check-action@v2
13+
with:
14+
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)