laravel-telegram-git-notifier icon indicating copy to clipboard operation
laravel-telegram-git-notifier copied to clipboard

Sub: add the team webhook event for github

Open tanhongit opened this issue 1 year ago • 0 comments

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:

  1. Create the view file in the team folder based on actions
  2. Check payload information and add it to the view files
  3. Add translations to the view files
  4. 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,
    ...
  },

tanhongit avatar May 11 '24 13:05 tanhongit