Skip to content

Commit ab13042

Browse files
authored
Merge pull request #942 from Licini/pr-check
Update Check PR
2 parents eed817a + 72e6ab1 commit ab13042

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Changelog check
16-
uses: Zomzog/changelog-checker@v1.1.0
16+
uses: Zomzog/changelog-checker@v1.2.0
1717
with:
1818
fileName: CHANGELOG.md
19+
checkNotification: Simple
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Updated `pr-checks` workflow for checking Changelog entry.
15+
1416
### Removed
1517

1618

0 commit comments

Comments
 (0)