github-community-projects / org-metrics-dashboard

An actions-powered dashboard to get an overview of your organization's open source repository health
https://github-community-projects.github.io/org-metrics-dashboard/
MIT License
69 stars 21 forks source link

Add open issue median age to display table #96

Closed ipc103 closed 9 months ago

ipc103 commented 9 months ago

Closes #72

Renders the median age of open issues in our RepositoriesTable component.

If this approach looks good, we should be able to extend for the other average/median age metrics, but wanted to ship this one as a starting point.

How to test