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

Add the create event for github

Open tanhongit opened this issue 1 year ago • 0 comments

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,

tanhongit avatar May 12 '24 04:05 tanhongit