A GitHub App built with Probot
# Install dependencies
npm install
# Run the bot
npm startGo to https://smee.io/ and start a new channel. Copy the Webhook Proxy URL, that's WEBHOOK_PROXY_URL
Navigate to GitHub Developer Settings and create an app. Create a webhook secret. You'll get the APP_ID & WEBHOOK_SECRET .
Under Personal Access Tokens, you can generate a new Token to access the GitHub API. Save the .pem file in the working directory.