A GitHub bot for the CAPA project
# Install dependencies
npm install
# Run the bot
npm start# 1. Build container
docker build -t capa-bot .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> capa-botIf you have suggestions for how CAPA-Bot could be improved, or want to report a bug, open an issue! I'd love all and any contributions.
ISC © 2022 Abhinav Sinha work.abhinavsinha@gmail.com