A GitHub App built with probot that helps maintain the react-navigation repo.
localtunnel is recommended to run this bot locally. Register a new GitHub App and set the homepage URL to https://example.com (or anything for development), set the Webhook URL to your localtunnel URL, and add a webhook secret called development
. Create a new GitHub repo and add the App to the repo. Add the localtunnel URL as a Webhook URL to the repo.
Create a .env file in the root directory with the following:
APP_ID=1000 # your app ID
WEBHOOK_SECRET=development # or your secret
# Uncomment this to get verbose logging
# LOG_LEVEL=trace # or `info` to show less
Run the bot.
# Install dependencies
npm install
# Run the bot
npm start
See the official Probot documentation for more.
This bot auto-responds to the following:
- Issue Label Status: Needs More Info
- Issue Label Type: Question