Skip to content

Commit 0c9f7fb

Browse files
committed
use lowercase skip changelog label
1 parent dd60b99 commit 0c9f7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
exit 0
3131
fi
3232
33-
# Check for Skip Changelog label
33+
# Check for skip changelog label
3434
if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "skip changelog"; then
35-
echo "Skipping check: Skip Changelog label found"
35+
echo "Skipping check: skip changelog label found"
3636
exit 0
3737
fi
3838

0 commit comments

Comments
 (0)