{% load i18n %}

{% blocktrans %} Review Board supports closing review requests that are referenced in commit messages for any changes pushed to this repository. These references are in the form of: {% endblocktrans %}

Reviewed at {{example_url}}

{% trans "Or:" %}

Review Request #{{example_id}}

{% blocktrans %} To configure this, add a new webhook for your GitHub repository and set: {% endblocktrans %}

Payload URL: {{webhook_endpoint_url}}
Content type: application/json
Secret: {{hook_uuid}}

{% blocktrans %} Then click Add webhook. You're done! {% endblocktrans %}