Skip to content

Commit a8e9ea8

Browse files
committed
Search for duplicates only among already migrated issues
1 parent 6ce8e94 commit a8e9ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/githubHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export class GithubHelper {
158158
owner: this.githubOwner,
159159
repo: this.githubRepo,
160160
state: 'all',
161+
labels: 'gitlab merge request',
161162
per_page: perPage,
162163
page: page,
163164
});

0 commit comments

Comments
 (0)