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 e12dfd6 commit 152b48aCopy full SHA for 152b48a
buildkite/scripts/changelog.sh
@@ -74,7 +74,7 @@ if [[ ! "$BUILDKITE_PULL_REQUEST_BASE_BRANCH" ]]; then
74
exit 1
75
fi
76
77
-./buildkite/scripts/git/check-bypass.sh "!ci-bypass-changelog"
+./buildkite/scripts/git/check-bypass.sh "!ci-bypass-changelog" && exit 0;
78
79
REMOTE_BRANCH="origin/${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
80
buildkite/scripts/git/check-bypass.sh
@@ -50,7 +50,8 @@ if [[ "$COMMENTED_CODE" == 0 ]]; then
50
exit 0
51
elif [[ "$COMMENTED_CODE" == 1 ]]; then
52
echo "⚙️ PR is not bypassed. Proceeding with changelog check..."
53
+ exit 2
54
else
55
echo "❌ Failed to check PR for being eligible for changelog check bypass"
56
-fi
57
+fi
0 commit comments