wynlim To replicate the functionality here, you'll need to set it up manually. First, learn about GitHub webhooks from their documentation (https://docs.github.com/en/webhooks). Then create a web application for your site at our end that will receive GitHub's webhook data and perform the necessary actions. The script you would implement for that site could be written in Python, Node.js, or PHP, etc. You probably can find some workable templates online (just be sure to examine them before using them). If you nominate PHP, we'll likely have to enable shell_exec function for the app you want to use it with.