Bot to manage Blitz GitHub project board, all-contributors list in README, and other automations!
It runs on Vercel.
# Install dependencies
yarn
# Run locally
./scripts/run-dev.sh [smee-url]
WEBHOOK_SECRET
: a random string of characters. Could be anythingPERSONAL_ACCESS_TOKEN
: a Personal Access Token of the account that will do all the interaction. More info.LOG_LEVEL
(optional): log4js level. More info here (look forlevel
)
When developing locally, you need to get a new Smee URL and set the Webhook URL to that Smee URL. Then, save your env vars in .env
, next to .env.example
. Finally, execute this to run your app (make sure to have the Vercel CLI installed):
./scripts/run-dev.sh [your-smee-url]
If you are adding a Organization event, rembember to add it to the organization webhook.
If you are adding a Repository event, rembember to add it to the each repository and in this events array.