We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff1fe7 commit 3f4b8e6Copy full SHA for 3f4b8e6
src/index.ts
@@ -22,7 +22,7 @@ octokit.rest.repos.listForOrg({org: organizationName}).then((response) => {
22
return;
23
}
24
25
- console.log(categoryLabel);
+ console.log(categoryLabel.description?.split(',').map((x) => x.trim()));
26
27
})
28
0 commit comments