UNPKG

clabot-fix

Version:

A bot to take the pain out of Contributor License Agreements

12 lines (11 loc) 283 B
const { Octokit } = require("@octokit/rest"); const octokit = new Octokit(); // Compare: https://developer.github.com/v3/repos/#list-organization-repositories octokit.repos .listForOrg({ org: "octokit", type: "public", }) .then(({ data }) => { // handle data });