You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
We do have a single channel to receive notifications from multiple repos. It would be nice if we could override de target channel passing a query parameter, for example
The text was updated successfully, but these errors were encountered:
We would also love to have this option. A quick and slightly dirty solution to this could be to use the Gitlab secret token that you have the possibility to setup when creating the Webhook. Then, this line could be modified in GitLabEndpoint.ts to instead read headers['X-Gitlab-Token'] as the roomName, of course with some or condition to revert to the default roomName in case the header key is undefined. I would create this pull request but I'm having trouble testing it and deploying it locally through rc-apps deploy.
We do have a single channel to receive notifications from multiple repos. It would be nice if we could override de target channel passing a query parameter, for example
The text was updated successfully, but these errors were encountered: