laravel-telegram-git-notifier
laravel-telegram-git-notifier copied to clipboard
The Laravel package to custom and send notifications from Gitlab and Github events to Telegram channels
https://docs.github.com/en/webhooks/webhook-events-and-payloads
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...
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...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...