a GitHub App built with probot that
a Github app build from pro-bot that listens for any pull request, checks all its commits for containing the word "banana" and giving the status "passing" and "failing" based on it.
- Install the app minions & bananas on any repository
- Accept the permissions
- Allow access to repositories
- PASSING
- FAILING
# Install dependencies
npm install
# Run the bot
npm start
See docs/deploy.md if you would like to run your own instance of this app.