We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188c3b7 commit d33fb87Copy full SHA for d33fb87
scripts/open-cherry-pick-pr.ts
@@ -85,7 +85,7 @@ ${logText.trim()}`;
85
owner: "Microsoft",
86
repo: "TypeScript",
87
maintainer_can_modify: true,
88
- title: `🤖 Cherry-pick PR #${process.env.SOURCE_ISSUE} into ${process.env.TARGET_BRANCH}`,
+ title: `🤖 Pick PR #${process.env.SOURCE_ISSUE} (${inputPR.title.substring(0, 35)}${inputPR.title.length > 35 ? "..." : ""}) into ${process.env.TARGET_BRANCH}`,
89
head: `${userName}:${branchName}`,
90
base: process.env.TARGET_BRANCH,
91
body:
0 commit comments