Skip to content

Commit 59ff196

Browse files
committed
Missed this file on the push
1 parent b65f10b commit 59ff196

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/settings.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export default interface Settings {
1111
conversion: {
1212
useLowerCaseLabels: boolean;
1313
};
14+
transfer: {
15+
milestones: boolean;
16+
labels: boolean;
17+
issues: boolean;
18+
mergeRequests: boolean;
19+
};
1420
usePlaceholderIssuesForMissingIssues: boolean;
1521
useReplacementIssuesForCreationFails: boolean;
1622
useIssuesForAllMergeRequests: boolean;

0 commit comments

Comments
 (0)