Skip to content

Commit 5e62a87

Browse files
Danny-SundaresanDanny-Sundaresan
authored andcommitted
Create changelog-enforcer.yml
1 parent 978818c commit 5e62a87

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Changelog Enforcer
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
5+
6+
jobs:
7+
# Enforces the update of a changelog file on every pull request
8+
changelog:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Accessing github project files
12+
uses: actions/checkout@v2
13+
14+
- uses: dangoslen/changelog-enforcer@v2
15+
with:
16+
changeLogPath: 'CHANGELOG.md'
17+
skipLabels: 'Skip-Changelog'

0 commit comments

Comments
 (0)