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 152b48a commit 44979dbCopy full SHA for 44979db
buildkite/scripts/git/check-bypass.sh
@@ -49,9 +49,9 @@ if [[ "$COMMENTED_CODE" == 0 ]]; then
49
echo "⏭️ Skipping run as PR is bypassed"
50
exit 0
51
elif [[ "$COMMENTED_CODE" == 1 ]]; then
52
- echo "⚙️ PR is not bypassed. Proceeding with changelog check..."
+ echo "⚙️ PR is not bypassed. Proceeding with check..."
53
exit 2
54
else
55
- echo "❌ Failed to check PR for being eligible for changelog check bypass"
+ echo "❌ Failed to check PR for being eligible for check bypass"
56
exit 1
57
fi
0 commit comments