mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Update changelog-check.yml
This commit is contained in:
parent
5733990205
commit
8bfcb8c965
1 changed files with 2 additions and 1 deletions
3
.github/workflows/changelog-check.yml
vendored
3
.github/workflows/changelog-check.yml
vendored
|
@ -11,9 +11,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Changelog check
|
- name: Changelog check
|
||||||
uses: Zomzog/changelog-checker@v1.1.0
|
uses: Zomzog/changelog-checker@v1.2.0
|
||||||
with:
|
with:
|
||||||
fileName: CHANGELOG.md
|
fileName: CHANGELOG.md
|
||||||
noChangelogLabel: no changelog
|
noChangelogLabel: no changelog
|
||||||
|
checkNotification: Simple
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue