What should you review ?

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

WTF is this shit? How is priority defined?

With labels
  • "important" = top priority
  • "opinion-needed" = medium priority
  • "work needed" = low priority
  • "inactive/postponed" = very low 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... 'Dying' PRs have a small boost in priority to be listed first

Repos considered for now (completely arbitrary) : [yunohost, yunohost-admin, SSOwat, moulinette, doc, ynh-dev, apps, CI_package_check, example_ynh, package_linter, Simone, project-organization, build.yunohost.org, dynette, YunoPorts, rebuildd, cd_build, install_script]