{% extends "base_project.html" %} {% load humanize static hc_extras %} {% block title %}{% site_name %} Integration for GitHub{% endblock %} {% block content %}

Success, GitHub connected!

Integration Settings

{% csrf_token %}
When a check goes down, {% site_name %} will create a new issue in this repository.
If you do not see the repository you are looking for, make sure {% site_name %} GitHub app is installed in the repository owner's GitHub account. Install…
{% if form.token.errors %}
{{ form.labels.errors|join:"" }}
{% else %}
{% site_name %} will attach these labels to the issues it creates.
Optional, separate multiple labels with commas.
{% endif %}
{% endblock %}