We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6256b40 commit 09c4dd4Copy full SHA for 09c4dd4
1 file changed
.github/workflows/microgrant-program-commands.yml
@@ -78,6 +78,7 @@ jobs:
78
let LIST_OF_LABELS_FOR_REPO = await github.rest.issues.listLabelsForRepo({
79
owner: context.repo.owner,
80
repo: context.repo.repo,
81
+ per_page: 100,
82
});
83
84
LIST_OF_LABELS_FOR_REPO = LIST_OF_LABELS_FOR_REPO.data.map(key => key.name);
0 commit comments