Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d33fb87

Browse filesBrowse files
committed
Include input PR title in bot PR title
1 parent 188c3b7 commit d33fb87
Copy full SHA for d33fb87

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎scripts/open-cherry-pick-pr.ts‎

Copy file name to clipboardExpand all lines: scripts/open-cherry-pick-pr.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ${logText.trim()}`;
8585
owner: "Microsoft",
8686
repo: "TypeScript",
8787
maintainer_can_modify: true,
88-
title: `🤖 Cherry-pick PR #${process.env.SOURCE_ISSUE} into ${process.env.TARGET_BRANCH}`,
88+
title: `🤖 Pick PR #${process.env.SOURCE_ISSUE} (${inputPR.title.substring(0, 35)}${inputPR.title.length > 35 ? "..." : ""}) into ${process.env.TARGET_BRANCH}`,
8989
head: `${userName}:${branchName}`,
9090
base: process.env.TARGET_BRANCH,
9191
body:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.