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.
2 parents eed817a + 72e6ab1 commit ab13042Copy full SHA for ab13042
.github/workflows/pr-checks.yml
@@ -13,8 +13,9 @@ jobs:
13
steps:
14
- uses: actions/checkout@v1
15
- name: Changelog check
16
- uses: Zomzog/changelog-checker@v1.1.0
+ uses: Zomzog/changelog-checker@v1.2.0
17
with:
18
fileName: CHANGELOG.md
19
+ checkNotification: Simple
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
+* Updated `pr-checks` workflow for checking Changelog entry.
+
### Removed
0 commit comments