A bot that gets repos with node_modules folder then creates a PR to delete it and add it to .gitignore if necessary.
Node version >=14
- Install the packages
npm install - Add your github app's access token, from
github.com/settings/tokens, to.envin your root directory asTOKEN=TOKEN_HERE - Compile the source
npm run build - Run the bot
npm start