We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5770424 commit a3f54dbCopy full SHA for a3f54db
.github/workflows/BuildAndTest.yml
@@ -39,7 +39,7 @@ jobs:
39
fi
40
41
# Check for skip changelog label
42
- 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 -iq "skip changelog"; then
43
echo "Skipping check: skip changelog label found"
44
exit 0
45
0 commit comments