laravel-telegram-git-notifier
laravel-telegram-git-notifier copied to clipboard
Sub: add the team webhook event for github
Refer: https://docs.github.com/en/webhooks/webhook-events-and-payloads#team
I want to add a notification when there is activity relating to teams in an organization.
Steps:
- Create the view file in the team folder based on actions
- Check payload information and add it to the view files
- Add translations to the view 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:
"team": {
"created": true,
"deleted": false,
...
},