{% extends "profile_base.html" %} {% set profile_nav_active = "teams" %} {% set profile_team_subnav_active = "repos" %} {% set profile_repo_subnav_active = "protections" %} {% block profile_content %}
No branch protections configured.
{% else %}| Pattern | Require Pull | Single Commit | Fast-Forward | Owner Merge | Owner Bypass | Approvals | {% if can_manage %}Actions | {% endif %}
|---|---|---|---|---|---|---|---|
{{ 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 }} | {% if can_manage %}{% endif %} |