Skip to content

gr2m/add-issues-and-prs-to-octokit-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add-issues-and-prs-to-octokit-project

Internal utility script to update the Octokit/JS project

This script loads all open issues and pull requests from all public JavaScript-related Octokit repositories in the @octokit organization and add them to the Octokit/JS project.

It also normalizes labels across the same repositories.

I created it for a one-time use and future reference. For ongoing update of the board, I've registered the Octokit JS Project Board GitHub App. It's hosted on Glitch: https://glitch.com/edit/#!/octokit-js-project-board?path=index.js

Usage

git clone https://github.com/gr2m/add-issues-and-prs-to-octokit-project.git
cd add-issues-and-prs-to-octokit-project
npm install
GITHUB_TOKEN=[...] node index.js

Replace [...] with a personal access token which includes the repo scope.

License

ISC

About

Internal utility script to update the Octokit/JS project board

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published