Skip to content

Commit

Permalink
Changelog verifier
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed Oct 12, 2024
1 parent 0368614 commit 7638fec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-verifier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Changelog Verifier"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
changelog:
if: github.repository == 'prudhvigodithi/lucene'
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
id: verify-changelog
with:
skipLabels: "skip-changelog"
changeLogPath: 'lucene/CHANGES.txt'

0 comments on commit 7638fec

Please sign in to comment.