{% extends "base.html" %} {% block title %}Branch Protection — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
Protect branches from unreviewed changes and require CI checks to pass.
{{ rule.branch_pattern }}
{% if rule.restrict_push %}
Push restricted
{% endif %}
{% if rule.require_status_checks %}
CI required
{% endif %}
{% if search %}No rules matching "{{ search }}".{% else %}No branch protection rules configured.{% endif %}
{% if not search %} Add the first rule {% endif %}Branch protection rules are currently advisory. Push enforcement via Fossil hooks is not yet implemented.