A GitHub App built with Probot that A github bot for enforcing Matt's wishes upon the developers at celestia
# Install dependencies
npm install
# Run the bot
npm startWhen developing locally you can use 1 of 2 methods to run the bot.
- Hot reload with nodemon
- Simulate a webhook event
# Install dependencies
npm install
# Run the bot with nodemon
npm run devFollow the instructions
here to setup a webhook on
your local repository. Then you can trigger the webhook event by running the
following command. There is a folder test/fixtures/live that is ignored by git
that you can use to store your webhook payloads.
# Install dependencies
npm install
# Simulate the webhook event
npm run mock# 1. Build container
docker build -t celbot .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> celbotIf you have suggestions for how celbot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2023 Strange Loop Labs AG