Notion as ticket system will leave comment to Notion page(your ticket)
when you reference Ticket ID in Commit Message.

Like This! See in working demo here
Fill setting.yaml and Serve with your host domain
Go to your GitHub repository → Settings → Webhooks

Click Add webhook and fill like below
Payload URL
https://your-host-domain.com/github/<Your project prefix>/webhook
**Content type**
`application/json`
****
**SSL verification**
Check ****`Enable SSL Verification`
**Secret
[Get secret from here](<https://github.com/settings/tokens/new?description=notion-as-ticket-system&scopes=repo>)**
**Which events would you like to trigger this webhook?**
Check `Pushes` `Pull requests`


Add webhook That's it!