Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2024-02-05-00-07-…
Browse files Browse the repository at this point in the history
…36-103-00087935471
  • Loading branch information
SimonDanisch authored Feb 7, 2024
2 parents 408add9 + 8347d7a commit 1f9e699
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 47 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 1f9e699

Please sign in to comment.