Skip to content

Commit

Permalink
Adding a transfer warning about labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh committed Feb 23, 2021
1 parent cb71551 commit e1122f0
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 e1122f0

Please sign in to comment.