From f35cc26eb71ee06bfc2f6b7d544360c5164e2cd3 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 29 May 2026 05:22:02 +0000 Subject: [PATCH] ci: update of files from global .github repo --- .github/workflows/microgrant-program-commands.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/microgrant-program-commands.yml b/.github/workflows/microgrant-program-commands.yml index 9eadd74..75e39e8 100644 --- a/.github/workflows/microgrant-program-commands.yml +++ b/.github/workflows/microgrant-program-commands.yml @@ -78,6 +78,7 @@ jobs: let LIST_OF_LABELS_FOR_REPO = await github.rest.issues.listLabelsForRepo({ owner: context.repo.owner, repo: context.repo.repo, + per_page: 100, }); LIST_OF_LABELS_FOR_REPO = LIST_OF_LABELS_FOR_REPO.data.map(key => key.name);