Skip to content

Commit 21af3fd

Browse files
authored
Merge pull request #298 from jorisv/topic/add_changelog
Add CHANGELOG.md
2 parents 671e9b6 + 0dd4081 commit 21af3fd

File tree

2 files changed

+431
-0
lines changed

2 files changed

+431
-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)