Update setupissue.ts
This commit is contained in:
@@ -52,6 +52,8 @@ module.exports = {
|
|||||||
);
|
);
|
||||||
const branchName = issueToBranchName(issueData);
|
const branchName = issueToBranchName(issueData);
|
||||||
|
|
||||||
|
console.log("this is a test");
|
||||||
|
|
||||||
if (
|
if (
|
||||||
await confirmMessage(
|
await confirmMessage(
|
||||||
`Create new branch ${chalk.yellow(branchName)} from origin/master?`,
|
`Create new branch ${chalk.yellow(branchName)} from origin/master?`,
|
||||||
|
|||||||
Reference in New Issue
Block a user