{{ total }} total, {{ approved }} approved, {{ rolled_up }} rolled up, {{ failed }} failed / /
| Sort key | {% if multiple %} | Repository | {% endif %}# | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority |
|---|---|---|---|---|---|---|---|---|---|---|
| {{loop.index}} | {% if multiple %} | {{state.repo_label}} | {% endif %}{{state.num}} | {% if state.status == "pending" or state.status == "failure" or state.status == "success" %} {{state.status}}{{state.status_ext}} {% else %} {{state.status}}{{state.status_ext}} {% endif %} | {{state.mergeable}} | {{state.title}} | {{state.head_ref}} | {{state.assignee}} | {{state.approved_by}} | {{state.priority}} |