Pattern-based rules (e.g. main, release/*).
No branch rules yet.
{% else %}{{ rule.pattern }}
{% if rule.require_pr %}require PR{% endif %}
{% if rule.block_force_push %}no force{% endif %}
{% if rule.allow_deletions %}deletions ok{% endif %}
Pull from another remote into this repository (fetch heads and tags).
{% if let Some(m) = mirror %} {% if let Some(err) = m.last_error %}No mirror configured.
{% endif %}No collaborators.
{% else %}Repo-scoped SSH keys for CI and automation. Read-only by default; write access allows push to this repository only.
{% if deploy_keys.is_empty() %}No deploy keys.
{% else %}HTTP callbacks for repository events. Optional secret signs payloads as X-Hub-Signature-256.
No webhooks yet.
{% else %}{{ hook.url }}
{% if hook.has_secret %}signed{% endif %}
{% if hook.active %}active{% else %}inactive{% endif %}