Skip to content

Commit 2a3710a

Browse files
committed
add changelog job for pull request
1 parent cb945f1 commit 2a3710a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/changelog.yml

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