/automate-project-cards

Automate addition of task cards to GitHub Projects

Primary LanguageJavaScript

automate-project-cards

Automate addition of task cards to GitHub Projects

CONFIGURATION:

Until such time that OAuth is implemented, you will need to provide your own auth token.

Give it the following permissions in order to use the app: Permissions image

After generating your Access token, paste it as the value for the auth property in this section of index.js:

const octokit = new Octokit({
  auth: "Access Token Here"
})