-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Milestone
Description
Currently, the route used to set webhooks allows receiving events from github and gitlab:
Route::match(['get', 'post'], '/', IndexAction::class)->name("$routePrefix.index"); |
I need to pass the bot's username to distinguish each individual bot in the upcoming multiple bot feature.
Example: {bot_username} or {username}
And handle the logic to differentiate for each bot.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo