fix(backend-gitlab): increase merge requests fetched to 100 (#5320)

This commit is contained in:
nicholas a. evans
2021-05-04 05:30:30 -04:00
committed by GitHub
parent 5aec9dd308
commit 0a1b00d8b2
28 changed files with 248 additions and 247 deletions

View File

@ -552,6 +552,7 @@ export default class API {
params: {
state: 'opened',
labels: 'Any',
per_page: 100,
// eslint-disable-next-line @typescript-eslint/camelcase
target_branch: this.branch,
// eslint-disable-next-line @typescript-eslint/camelcase