This repository is an example of how to deploy the "Hello, World" of probot apps to Google Cloud Functions (GCF).
Install dependencies
npm install
Start the server
npm start
Follow the instructions to register a new GitHub app.
The app is continuously deployed to Google Cloud using the setup-gcloud
GitHub Action. See .github/workflows/deploy.yml
for the deployment workflow.