Run this file first. It will create a list of branches that we will delete later (in delete-branches.js
)
// app.js
const Octokit = require("@octokit/rest");
const fs = require("fs");
const octokit = new Octokit({
auth: "token xxx"
});
Run this file first. It will create a list of branches that we will delete later (in delete-branches.js
)
// app.js
const Octokit = require("@octokit/rest");
const fs = require("fs");
const octokit = new Octokit({
auth: "token xxx"
});