fix: Revert "fix(ci): ensure cherry-pick commits include DCO sign-off" (#26124) (#26243)

This commit is contained in:
Kanika Rana
2026-02-03 17:36:19 -05:00
committed by GitHub
parent 28b90a75ba
commit e168d8a9fd

View File

@@ -69,7 +69,7 @@ jobs:
git checkout -b "$CHERRY_PICK_BRANCH" "origin/$TARGET_BRANCH"
# Perform cherry-pick
if git cherry-pick -s -m 1 "$MERGE_COMMIT"; then
if git cherry-pick -m 1 "$MERGE_COMMIT"; then
echo "✅ Cherry-pick successful"
# Extract Signed-off-by from the cherry-pick commit