Skip to content

Commit 8730333

Browse files
committed
change changelog CI
1 parent 46a384c commit 8730333

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/changelog.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout sources
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

14-
- name: Changelog updated
15-
uses: Zomzog/changelog-[email protected]
14+
- name: Check changelog update
15+
uses: dangoslen/changelog-enforcer@v3
1616
with:
17-
fileName: CHANGELOG.md
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
skipLabels: skip-changelog
18+
missingUpdateErrorMessage: "Please add a changelog entry to the appropriate section of the CHANGELOG.md file."

0 commit comments

Comments
 (0)