Skip to content

Commit c87c3e3

Browse files
committed
CI: add changelog check workflow for pull requests
1 parent 6215fcc commit c87c3e3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/changelog.yaml

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

0 commit comments

Comments
 (0)