Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/guard-no-release-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ if [[ "$is_release" == "true" ]]; then

if [[ "${ALLOW_RELEASE_MERGE:-}" != "yes" ]]; then
exit 1
else
echo "BYPASS: ALLOW_RELEASE_MERGE=yes detected. Proceeding (user approved)."
fi
echo "BYPASS: ALLOW_RELEASE_MERGE=yes detected. Proceeding (user approved)."
exit 0
fi

echo "Guard OK: PR #$pr does not appear to be a release PR. Safe to consider merge."
Expand Down