How to use github webhooks on Gerrithub

273 views Asked by At

I have a project on Github with some 3rd party services working with WebHook, something like travis, codefactor, deepscan, etc... I would like to know how to use these services on Gerrithub to act as a verifier.

1

There are 1 answers

1
barbasa On

You should be able to setup your webhook per project as specified in this documentation.

The webhooks plugin’s per project configuration is stored in the webhooks.config file in project’s refs/meta/config branch.