You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NON_DEFAULT+=$(printf '### Cut from non-default ref\n\nThis proposal was generated from `%s` instead of the default latest `origin/%s`.\n\n' "$MAIN_START_REF" "$MAIN_BRANCH")
550
+
fi
551
+
if [ "$BYPASS_STANDARD_CHECKS" = "true" ]; then
552
+
NON_DEFAULT+=$(printf '### Non-default workflow options\n\n**bypass_standard_checks** was enabled: the ongoing-proposal branch guard was skipped; branches use proposal prefix `%s` and release prefix `%s`. Crates whose resolved git tag is not the latest SemVer tag for that crate are still included (normally skipped).\n\n' "$PROPOSAL_BRANCH_PREFIX" "$RELEASE_BRANCH_PREFIX")
553
+
fi
554
+
538
555
# Generate the PR body by merging commits and API changes
539
556
# Note: read returns 1 when it reaches EOF, which is expected for heredocs
0 commit comments