Skip to content

Commit 84a62db

Browse files
authored
Merge pull request #219 from mschoettle/add-weburl
Add link to original item on GitLab
2 parents b5a59a7 + 9813f04 commit 84a62db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/githubHelper.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,10 @@ export class GithubHelper {
13291329
this.gitlabHelper
13301330
);
13311331

1332+
if ('web_url' in item) {
1333+
str += '\n\n*Migrated from GitLab: ' + item.web_url + '*';
1334+
}
1335+
13321336
return str;
13331337
}
13341338

0 commit comments

Comments
 (0)