From bbeccb74ed606b2c65b731a333cee3827c936094 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 5 Jun 2023 15:16:08 -0700 Subject: [PATCH 1/2] Add Issue/PR Metrics Signed-off-by: Zack Koppert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa5814..b02b5a8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ members or found helpful for managing open source projects and offices. - [MeasureOSS](https://github.com/MeasureOSS/Measure) - A contributor relationship management system - [GrimoireLab](https://chaoss.github.io/grimoirelab/) - Software development analytics platform supporting more than 30 different data sources, part of CHAOSS Software project from The Linux Foundation - [Starfish](https://github.com/indeedeng/starfish) - A tool to identify GitHub contributions within a specified window of time. -- [Project Portal](https://github.com/SAP/project-portal-for-innersource) - Lists all InnerSource (or Open Source) projects of a company in an interactive and easy to use way. Can be used as a template for implementing the "InnerSource portal" pattern by the InnerSource Commons community. +- [Project Portal](https://github.com/SAP/project-portal-for-innersource) - Lists all InnerSource (or Open Source) projects of a company in an interactive and easy to use way. Can be used as a template for implementing the "InnerSource portal" pattern by the InnerSource Commons community. +- [Issue/PR Metrics](https://github.com/github/issue-metrics) - a GitHub Action that searches for pull requests/issues in a repository and measures the time to first response for each issue. It then calculates the average time to first response and writes the issues with their time to first response to a Markdown file. The issues to search for can be filtered by using a search query. ## GitHub Management From 82e04d27d317595f8692e983f31b577a22e7b560 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 26 Jul 2023 13:38:24 -0700 Subject: [PATCH 2/2] Clarify metrics capabilities Signed-off-by: Zack Koppert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02b5a8..937b2bc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ members or found helpful for managing open source projects and offices. - [GrimoireLab](https://chaoss.github.io/grimoirelab/) - Software development analytics platform supporting more than 30 different data sources, part of CHAOSS Software project from The Linux Foundation - [Starfish](https://github.com/indeedeng/starfish) - A tool to identify GitHub contributions within a specified window of time. - [Project Portal](https://github.com/SAP/project-portal-for-innersource) - Lists all InnerSource (or Open Source) projects of a company in an interactive and easy to use way. Can be used as a template for implementing the "InnerSource portal" pattern by the InnerSource Commons community. -- [Issue/PR Metrics](https://github.com/github/issue-metrics) - a GitHub Action that searches for pull requests/issues in a repository and measures the time to first response for each issue. It then calculates the average time to first response and writes the issues with their time to first response to a Markdown file. The issues to search for can be filtered by using a search query. +- [Issue/PR/Discussion Metrics](https://github.com/github/issue-metrics) - a GitHub Action that searches for pull requests/issues/discussions in a repository or organization and measures several available metrics like time to close and time to first response. It calculates the metrics and writes the metrics to a Markdown file. The issues/pull requests/discussions can be filtered by using a search query. ## GitHub Management