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 0bbc89d commit 4903ec5Copy full SHA for 4903ec5
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