From 54572394b6703f3fc76578dcafdcf262a5a21e5d Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 21 Jul 2025 16:24:33 -0700 Subject: [PATCH 1/2] Add empty-repos GitHub app to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 808bc43..dd94398 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ In addition to the information in this repository, we've also released a number - [github/issue-metrics](https://github.com/github/issue-metrics) - Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc. - [github/stale-repos](https://github.com/github/stale-repos) - Identify and report on repositories with no activity for configurable amount of time, in order to surface inactive repos to be considered for archival - [github/cleanowners](https://github.com/github/cleanowners) - A GitHub Action to suggest removal of non-organization members from CODEOWNERS files +- [github/empty-repos](https://github.com/github/empty-repos) - Identify and report an organizations repositories that are empty or only contain a README - [github/ospo-reusable-workflows](https://github.com/github/ospo-reusable-workflows) - Centralized Reusable GitHub Actions workflows used by the other Actions above (example: release (image and discussion), auto labelling, etc) ### GitHub Apps From 55660449c2141831ddb9df2101c7c0359bfda58a Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 21 Jul 2025 16:26:16 -0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd94398..d14d4a1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ In addition to the information in this repository, we've also released a number - [github/issue-metrics](https://github.com/github/issue-metrics) - Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc. - [github/stale-repos](https://github.com/github/stale-repos) - Identify and report on repositories with no activity for configurable amount of time, in order to surface inactive repos to be considered for archival - [github/cleanowners](https://github.com/github/cleanowners) - A GitHub Action to suggest removal of non-organization members from CODEOWNERS files -- [github/empty-repos](https://github.com/github/empty-repos) - Identify and report an organizations repositories that are empty or only contain a README +- [github/empty-repos](https://github.com/github/empty-repos) - Identify and report an organization's repositories that are empty or only contain a README - [github/ospo-reusable-workflows](https://github.com/github/ospo-reusable-workflows) - Centralized Reusable GitHub Actions workflows used by the other Actions above (example: release (image and discussion), auto labelling, etc) ### GitHub Apps