Skip to content

Commit

Permalink
Add changelog verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvodita committed Oct 14, 2024
1 parent d5d73d0 commit c57389e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/verify-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Verify Changelog

on:
# Run on new PRs
pull_request:
types: [opened, synchronize, reopened]

jobs:
changelog:
runs-on: ubuntu-latest

steps:
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'lucene/CHANGES.txt'

0 comments on commit c57389e

Please sign in to comment.