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 dd60b99 commit 0c9f7fbCopy full SHA for 0c9f7fb
.github/workflows/pr-build.yml
@@ -30,9 +30,9 @@ jobs:
30
exit 0
31
fi
32
33
- # Check for Skip Changelog label
+ # Check for skip changelog label
34
if echo '${{ toJSON(github.event.pull_request.labels.*.name) }}' | jq -r '.[]' | grep -q "skip changelog"; then
35
- echo "Skipping check: Skip Changelog label found"
+ echo "Skipping check: skip changelog label found"
36
37
38
0 commit comments