We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce98f6 commit aff8fa2Copy full SHA for aff8fa2
.github/workflows/pr-build.yml
@@ -31,7 +31,7 @@ jobs:
31
fi
32
33
# Check for Skip Changelog label
34
- if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "Skip Changelog"; then
+ if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "skip changelog"; then
35
echo "Skipping check: Skip Changelog label found"
36
exit 0
37
0 commit comments