From 7831bc1c2900e79531d6773f743509e439a965cf Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 29 May 2026 05:18:56 +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 9eadd748..75e39e8f 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);