{% extends "base.html" %} {% set staff_repo_subnav_active = "protections" %} {% block content %}
No branch protections configured.
{% else %}| Pattern | Require Pull | Single Commit | Fast-Forward | Owner Merge | Owner Bypass | Approvals | Actions |
|---|---|---|---|---|---|---|---|
{{ bp.branch_pattern }} |
{% if bp.require_pull %}Yes{% else %}No{% endif %} | {% if bp.require_pull_single_commit %}Yes{% else %}No{% endif %} | {% if bp.require_fastforward %}Yes{% else %}No{% endif %} | {% if bp.require_owner_merge %}Yes{% else %}No{% endif %} | {% if bp.allow_owner_bypass %}Yes{% else %}No{% endif %} | {{ bp.require_num_approvals }} |