What should you review ?

{% for pr in data.prs %} {% endfor %}
Title Created Labels
{{ pr.id }} {{ pr.title }} {{ pr.createdDaysAgo }} days ago {% for label in pr.labels %} {{ label }}   {% endfor %}

WTF is this shit? How is priority defined?

With labels
  • "important" = top priority
  • "opinion-needed" = medium priority
  • "inactive/postponed" = very low priority

PR with 'work needed' have a small malus in priority

PR with 'dying' status have a small bonus in priority

Then with creation time

older PRs have higher priority than newer PR

'Dying' status

A PR is considered "dying" if it has been created more than 60 days ago and not updated since 30 days. This is meant to be an incentive to either revive it or flag it as inactive/postponed...