(feat) Add Changelog Check Action (#719)

This commit is contained in:
Barış
2023-07-09 03:44:28 +03:00
committed by GitHub
parent a4fd53d516
commit 8139fdc738

View File

@@ -67,3 +67,19 @@ jobs:
- name: Clippy
run: cargo clippy
Changelog:
name: Changelog Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Changelog check
uses: Zomzog/changelog-checker@v1.3.0
with:
fileName: CHANGELOG.md
noChangelogLabel: no changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}