FlyingKatsu-Discord-Bots / Discord-GitLab-Webhook

A Discord bot for using webhooks with GitLab (and extendable for other custom webhooks not yet built into Discord).
MIT License
37 stars 8 forks source link

Multiple Repositories #15

Open ReckerXF opened 5 years ago

ReckerXF commented 5 years ago

Perhaps add the compatibility for multiple repositories?

23nd commented 5 years ago

Hi, sorry for the late response.

I believe it is already possible to configure multiple repositories to send their data to the same webhook defined in your config file. Simply use the same URL and webhook token for each of your repos on GitLab.

Do you instead want each repository to have its own webhook? If so, the next version will be using a database to store config data for multiple webhooks.