Skip to content

Commit 08ff773

Browse files
authored
Merge pull request #19 from Chocrates/main
Adding a transfer warning about labels
2 parents cb71551 + e1122f0 commit 08ff773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {ActionsTypes} from './types';
33

44
const TRANSFER_ISSUES = {
55
type: "confirm",
6-
message: "Do you wish to transfer issues where necessary?",
6+
message: "Do you wish to transfer issues where necessary? (Labels will not be transferred)",
77
name: "transferIssues"
88
};
99

0 commit comments

Comments
 (0)