25541eae20 | ||
---|---|---|
.. | ||
.gitignore | ||
.npmrc | ||
README.md | ||
fiddles | ||
get-issue-nums.js | ||
index.js | ||
package.json |
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!
- Generate a GitHub Personal Access Token and grant it repo access
- Add the token to an environment variable called
gh_pat
within an .env file - Run the script using node v16:
node index.js
Reach out to @Ethan-Arrowood (msft internal: @etarrowo) for more information.