{% extends "layout.html" %} {% block body %}

This task will run a builds.sr.ht job for each commit pushed to a GitHub repository. The repository should provide the build manifest in the same manner as a git.sr.ht repo (docs).

{% for repo in repos %}
{{csrf_token()}}

{{icon("github")}} {% if repo.full_name not in existing %} {% else %} {% endif %} {{ repo.full_name }} {{icon("external-link-alt")}}

{% endfor %}
{% endblock %}