Skip to content

Commit 7638fec

Browse files
Changelog verifier
Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent 0368614 commit 7638fec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Changelog Verifier"
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
5+
6+
jobs:
7+
changelog:
8+
if: github.repository == 'prudhvigodithi/lucene'
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: dangoslen/changelog-enforcer@v3
12+
id: verify-changelog
13+
with:
14+
skipLabels: "skip-changelog"
15+
changeLogPath: 'lucene/CHANGES.txt'

0 commit comments

Comments
 (0)