A GitHub App built with Probot that checks if all tasks are completed in the pull requests.
- Install the app with your repository
- Create the pull request contained a checklist at a description field
- Change to the success status if all the checklists are checked
# Install dependencies
npm install
# Run the bot
npm start
# Deploy the bot to Now
$ npm install -g now
$ now secrets add tcc-app-id "<APP_ID>"
$ now secrets add tcc-webhook-secret "<WEBHOOK_SECRET>"
$ now secrets add tcc-private-key "$(cat app.private-key.pem | base64)"
$ now
$ now alias https://task-complete-checker-hogefuga.now.sh <alias-name>
If you have suggestions for how task-complete-checker 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.
MIT