-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: Update deps * docs: Udpate changelog * ci: Add changelog check
- Loading branch information
1 parent
8d8d412
commit a332279
Showing
4 changed files
with
538 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Changelog check | ||
|
||
on: | ||
pull_request: | ||
# Run on labeled/unlabeled in addition to defaults to detect | ||
# adding/removing skip-changelog labels. | ||
types: [opened, reopened, labeled, unlabeled, synchronize] | ||
|
||
jobs: | ||
changelog: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
changeLogPath: CHANGELOG.md | ||
skipLabels: "skip-changelog" | ||
missingUpdateErrorMessage: "Please add a changelog entry in the CHANGELOG.md file." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.