Change changelog checker to permit simple skips

Skip things labeled simple
This commit is contained in:
Lucas Nicodemus 2022-10-06 01:29:07 -07:00 committed by GitHub
parent 87d85d1b9d
commit e898cedee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
with:
fileName: CHANGELOG.md
noChangelogLabel: Blocked
noChangelogLabel: simple
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}