Process Github webhooks with GCP Cloud Functions
Introduction
When a Pull Request in Github gets approved I wanted to write some information about it in a Google Sheet.
In particular I would like to store
the date that the PR was approved
The PR's name
The Author's github username
The Reviewer'...
blog.gkomninos.com3 min read
Saad Mahmud
Everything AI and Software
Great article, I was looking for information on running webhooks using cloud functions and this article certainly helps. Are you planning to release more articles about cloud computing?