##// END OF EJS Templates
reviewers: add pull request reviewers reason column to table...
reviewers: add pull request reviewers reason column to table to allow showing the reason a user is a reviewer on a pull request

File last commit:

r645:c8c27324 default
r872:2df101be default
Show More
webhook.rst
11 lines | 419 B | text/x-rst | RstLexer

Webhook integration

The Webhook integration allows you to POST events such as repository pushes or pull requests to a custom http endpoint as a json dict with details of the event.

To create a webhook integration, select "webhook" in the integration settings and use the url and key from your custom webhook. See :ref:`creating-integrations` for additional instructions.