Skip to content

Commit 45188a8

Browse files
author
Arian Jamasb
committed
add changelog enforcer test
1 parent 33b5f9f commit 45188a8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Changelog Enforcer
2+
3+
on: # yamllint disable-line rule:truthy
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
6+
7+
jobs:
8+
9+
changelog:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: dangoslen/changelog-enforcer@v3
15+
with:
16+
skipLabels: 'skip-changelog'

0 commit comments

Comments
 (0)