This repository was built as part of a LinkedIn Learning course on Building GitHub Bots. Please refer to the Build a GitHub bot using Python section to learn more about how this was built and deployed on a cloud application hosting platform called Render.
You can run this repository by deploying this bot on Render.
pipenv install
in the Build command section of the deployment
python3 -m webservice
in the Start command section of the deployment
This repository is created following a part of Build a GitHub bot workshop by Mariatta Wijaya. The changes to this workshop include adding code for distinguishing between closed and merged pull requests and web service deployment is done in the LinkedIn learning course using Render and not Heroku.