We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a384c commit 8730333Copy full SHA for 8730333
.github/workflows/changelog.yml
@@ -9,11 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout sources
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- - name: Changelog updated
15
- uses: Zomzog/changelog-[email protected]
+ - name: Check changelog update
+ uses: dangoslen/changelog-enforcer@v3
16
with:
17
- fileName: CHANGELOG.md
18
- env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ skipLabels: skip-changelog
+ missingUpdateErrorMessage: "Please add a changelog entry to the appropriate section of the CHANGELOG.md file."
0 commit comments