{# Per-draft triage-owner opt-ins. Three checkboxes — "CC me" / "NI me" / "Assign me" — that toggle whether $TRIAGE_OWNER is CC'd / needinfo'd / assigned when this draft is applied. Default OFF (the skill no longer force-adds the owner). Each posts a flip and re-renders #applywrap- so the Will-apply diff updates in lockstep. Hidden when no triage owner is configured. #} {% set owner = triage_owner() %} {% if owner %}
Owner ({{ owner }}):
{% endif %}