Skip to content

Commit

Permalink
feature(main): add cherry-pick error to new issue notify to @cuisongliu
Browse files Browse the repository at this point in the history
… (#3666)
  • Loading branch information
cuisongliu committed Aug 12, 2023
1 parent 7639703 commit e483a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cherry-pick.sh
Expand Up @@ -71,6 +71,7 @@ git checkout -b $TARGET_BRANCH origin/$TARGET_BRANCH

git cherry-pick $MERGE_COMMIT &> /tmp/error.log || (
gh pr comment $PR_NUMBER --body "🤖 says: Error cherry-picking.<br/><br/>$(cat /tmp/error.log)"
gh issue create --title "Error cherry-picking PR #$PR_NUMBER" --body "Error cherry-picking PR #$PR_NUMBER into $TARGET_BRANCH:<br/><br/>$(cat /tmp/error.log)" --assignee "cuisongliu" --label "cherry-pick"
exit 1
)

Expand Down

0 comments on commit e483a74

Please sign in to comment.