github: fetch more PRs when triggering gitlab
By default, the API will fetch only 30 open PRs. This is enough currently
as we have 35 open ones. Bump the limit to the maximum. 100 should be enough
for some time. 🤞
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
0bfc6cb4dd
commit
b34571c1ec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/trigger-gitlab.yml
vendored
1
.github/workflows/trigger-gitlab.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
route: GET /repos/${{ github.repository }}/pulls
|
||||
per_page: 100
|
||||
|
||||
- name: Checkout branch
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue