mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Include input PR title in bot PR title
This commit is contained in:
@@ -85,7 +85,7 @@ ${logText.trim()}`;
|
||||
owner: "Microsoft",
|
||||
repo: "TypeScript",
|
||||
maintainer_can_modify: true,
|
||||
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}`,
|
||||
head: `${userName}:${branchName}`,
|
||||
base: process.env.TARGET_BRANCH,
|
||||
body:
|
||||
|
||||
Reference in New Issue
Block a user