% extends 'base.html' {% block title %}PR Dashboard{% endblock %} % block head {{ super() }} % endblock % block header
Repo | Number | Author | Status | ▼ Updated | Assignees | Size | Title | |
---|---|---|---|---|---|---|---|---|
{{pr.repo|ltrim('kubernetes/')}} | {{pr.number}} | {{pl['author']}} | {{pl|render_status(user)}} | {{pr.updated_at|dt_to_epoch|timestamp('humantimestamp', '%b %e')}} | {{pl['assignees']|join(", ")}} | {{pl|classify_size}} | {{pl['title']}} % if title == "Needs Attention" and acks is not none % set latest = pl|get_latest(user) % if latest | % endif % endif % endfor |
Needs Attention is a heuristic grouping based on a simple state machine. {% if user != login or not login %}Login to use {% else %}Use {% endif %} the "ACK" button to remove a PR from "Needs Attention" until something new occurs.
Have a problem? File a bug!