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

The Laravel package to custom and send notifications from Gitlab and Github events to Telegram channels

Results 17 laravel-telegram-git-notifier issues
Sort by recently updated
recently updated
newest added

Related issue #40 Refer: https://docs.github.com/en/webhooks/webhook-events-and-payloads#team_add I want to add a notification when a team is added to a repository. Steps: - Create a **default** view file in the **team_add** folder...

enhancement

For each bot, you have the right to enable or disable its functionality. The ability to send notifications to each bot also needs to do.

enhancement
backend
feature request

Currently, the route used to set webhooks allows receiving events from github and gitlab: https://github.com/cslant/laravel-telegram-git-notifier/blob/6618e27d4b981edb6f0d4857f6a74ebc60906e99/routes/bot.php#L21 I need to pass the bot's username to distinguish each individual bot in the upcoming...

enhancement
feature request

backend
feature request

backend
feature request

backend
feature request

enhancement
backend
feature request

Supports multiple bots and allows separate customization for each bot. - multi json files(in folder bots) - bot info: name, username, token, event data. file name: timestamp_username.json - response example:...

enhancement
feature request