Loading tsa/howto/gitlab.md +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ access to enable webhooks on *all* projects, with the [webhook rake task](https://docs.gitlab.com/ee/raketasks/web_hooks.html#webhooks). For example, running this on the GitLab server (currently `gitlab-02`) will enable the above hook on all repositories: sudo gitlab-rake gitlab:web_hook:add URL='https://kgb-bot.torproject.org/webhook/?channel=%23tor-bots' sudo gitlab-rake gitlab:web_hook:add URL='https://kgb-bot.torproject.org/webhook/' Note that by default, the rake task only enables `Push` events. You need the following patch to enable others: Loading Loading
tsa/howto/gitlab.md +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ access to enable webhooks on *all* projects, with the [webhook rake task](https://docs.gitlab.com/ee/raketasks/web_hooks.html#webhooks). For example, running this on the GitLab server (currently `gitlab-02`) will enable the above hook on all repositories: sudo gitlab-rake gitlab:web_hook:add URL='https://kgb-bot.torproject.org/webhook/?channel=%23tor-bots' sudo gitlab-rake gitlab:web_hook:add URL='https://kgb-bot.torproject.org/webhook/' Note that by default, the rake task only enables `Push` events. You need the following patch to enable others: Loading