Skip to content

Commit

Permalink
Merge pull request #19 from Chocrates/main
Browse files Browse the repository at this point in the history
Adding a transfer warning about labels
  • Loading branch information
froi authored Feb 23, 2021
2 parents cb71551 + e1122f0 commit 08ff773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {ActionsTypes} from './types';

const TRANSFER_ISSUES = {
type: "confirm",
message: "Do you wish to transfer issues where necessary?",
message: "Do you wish to transfer issues where necessary? (Labels will not be transferred)",
name: "transferIssues"
};

Expand Down

0 comments on commit 08ff773

Please sign in to comment.