We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce8e94 commit a8e9ea8Copy full SHA for a8e9ea8
1 file changed
src/githubHelper.ts
@@ -158,6 +158,7 @@ export class GithubHelper {
158
owner: this.githubOwner,
159
repo: this.githubRepo,
160
state: 'all',
161
+ labels: 'gitlab merge request',
162
per_page: perPage,
163
page: page,
164
});
0 commit comments