Skip to content

Commit

Permalink
Merge pull request #401 from jorisv/topic/check_changelog
Browse files Browse the repository at this point in the history
ci: add ci step to check changelog update before merging in master
  • Loading branch information
jcarpent authored Nov 14, 2023
2 parents 8f29857 + 080cf17 commit 987f2af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-changelog.md
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-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 987f2af

Please sign in to comment.