{% extends "base.html" %} {% block title %}{{ form_title }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to Branch Protection

{{ form_title }}

{% csrf_token %}

Branch name or glob pattern. Use * for wildcards.

Only project admins can push to matching branches.

All required CI contexts must report success before merging.

One CI context per line. These must report success before merging is allowed.

Cancel
{% endblock %}