laravel-telegram-git-notifier
laravel-telegram-git-notifier copied to clipboard
Add the create event for github
Refer: https://docs.github.com/en/webhooks/webhook-events-and-payloads#create
This event occurs when a Git branch or tag is created.
Steps:
- Create a default view file in the create folder
- Check payload information and add it to the view file
- Add translation files
- Add status config to the json file in the core repo URL: https://github.com/cslant/telegram-git-notifier/blob/main/config/jsons/github-events.json I think:
"create": false,