Skip to content

Commit aff8fa2

Browse files
committed
change label name
1 parent 0ce98f6 commit aff8fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
3333
# Check for Skip Changelog label
34-
if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "Skip Changelog"; then
34+
if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "skip changelog"; then
3535
echo "Skipping check: Skip Changelog label found"
3636
exit 0
3737
fi

0 commit comments

Comments
 (0)