This is a GitHub App built with Probot that automates various GitHub workflows.
-
Install dependencies:
npm install
-
Create a
.env
file with the following variables:APP_ID=your_app_id PRIVATE_KEY=path_to_your_private_key.pem WEBHOOK_SECRET=your_webhook_secret
-
Start the app:
npm start
-
Expose your local server using
ngrok
:ngrok http 3000
-
Update your GitHub App's Webhook URL to the
ngrok
URL.