Skip to content

Commit

Permalink
Update auto-cherrypick.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue authored Sep 26, 2023
1 parent aef3ef1 commit 20a0867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-cherrypick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
UPDATE=false
ERROR_MESSAGE=""
for COMMIT in $PR_COMMITS; do
if ! ERROR_MESSAGE=`git cherry-pick $COMMIT 2>&1` ; then
if ! ERROR_MESSAGE=`git cherry-pick -m 1 $COMMIT 2>&1` ; then
echo ">>>>>>>>>>>> fail when cherry pick $COMMIT to branch $BRANCH "
echo "$ERROR_MESSAGE"
echo "---- failuire detail"
Expand Down

0 comments on commit 20a0867

Please sign in to comment.