Skip to content

Commit f35cc26

Browse files
author
asyncapi-bot
committed
ci: update of files from global .github repo
1 parent 016221b commit f35cc26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/microgrant-program-commands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
let LIST_OF_LABELS_FOR_REPO = await github.rest.issues.listLabelsForRepo({
7979
owner: context.repo.owner,
8080
repo: context.repo.repo,
81+
per_page: 100,
8182
});
8283
8384
LIST_OF_LABELS_FOR_REPO = LIST_OF_LABELS_FOR_REPO.data.map(key => key.name);

0 commit comments

Comments
 (0)