Change changelog checker to permit simple skips
Skip things labeled simple
This commit is contained in:
parent
87d85d1b9d
commit
e898cedee7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/danger.yml
vendored
2
.github/workflows/danger.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
|
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
|
||||||
with:
|
with:
|
||||||
fileName: CHANGELOG.md
|
fileName: CHANGELOG.md
|
||||||
noChangelogLabel: Blocked
|
noChangelogLabel: simple
|
||||||
checkNotification: Simple
|
checkNotification: Simple
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue