Skip to content

Commit 9813f04

Browse files
committed
Add link to original item on GitLab
1 parent 7cae049 commit 9813f04

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
@@ -1316,6 +1316,10 @@ export class GithubHelper {
13161316
this.gitlabHelper
13171317
);
13181318

1319+
if ('web_url' in item) {
1320+
str += '\n\n*Migrated from GitLab: ' + item.web_url + '*';
1321+
}
1322+
13191323
return str;
13201324
}
13211325

0 commit comments

Comments
 (0)