Title | Created | Labels | |
---|---|---|---|
{{ pr.id }} | {{ pr.title }} | {{ pr.createdDaysAgo }} days ago | {% for label in pr.labels %} {{ label }} {% endfor %} | {% endfor %}
PR with 'work needed' have a small malus in priority
PR with 'dying' status have a small bonus in priority
Then with creation timeolder PRs have higher priority than newer PR
'Dying' statusA 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...