Skip to content

Commit

Permalink
Enforce changelog (#3606)
Browse files Browse the repository at this point in the history
* rename NEWS to CHANGELOG and add enforcer action

* adjust headings to keepachangelog format

* add links

* remove accidental space
  • Loading branch information
jkrumbiegel authored Feb 6, 2024
1 parent 5532358 commit 8347d7a
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 49 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/enforce_news.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Enforce changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'
Loading

0 comments on commit 8347d7a

Please sign in to comment.