electron-cse-hackoverflow-e.../generate-issues
Ethan Arrowood 25541eae20 add issue num generator file 2021-04-29 14:29:46 -06:00
..
.gitignore generate fiddle tasks 2021-04-29 12:57:17 -06:00
.npmrc generate fiddle tasks 2021-04-29 12:57:17 -06:00
README.md generate fiddle tasks 2021-04-29 12:57:17 -06:00
fiddles generate fiddle tasks 2021-04-29 12:57:17 -06:00
get-issue-nums.js add issue num generator file 2021-04-29 14:29:46 -06:00
index.js fix with octoki 2021-04-29 14:22:38 -06:00
package.json fix with octoki 2021-04-29 14:22:38 -06:00

README.md

generate issues

This script was used to generate the update fiddle issues.

Committing to source control for future reference.

running the script

this will only work for maintainers of the electron-cse-hackoverflow-engagement repo.

this script is not easily-reversable. Make sure you know what you are doing before running it!

  1. Generate a GitHub Personal Access Token and grant it repo access
  2. Add the token to an environment variable called gh_pat within an .env file
  3. Run the script using node v16: node index.js

Reach out to @Ethan-Arrowood (msft internal: @etarrowo) for more information.