Skip to content

Commit

Permalink
ci: add check on changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 27, 2023
1 parent fd95e04 commit 56dea75
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check-changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- devel
jobs:
check-changelog:
name: Check changelog action
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 56dea75

Please sign in to comment.