Skip to content

Commit f0b640f

Browse files
committed
CI: add a check for checklog changes on PR
1 parent 2e9a8d3 commit f0b640f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/changelog.yaml

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

0 commit comments

Comments
 (0)