From c27b8bb2313c379a383fe4a511de4d4029bfc812 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Sat, 3 May 2025 10:09:28 -0500 Subject: [PATCH 1/2] chore: update README Add github/ospo-reusable-workflows to github ospo tools section and remove github/automatic-contrib-prs as it has been archived. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11a553..71ad937 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/automatic-contrib-prs](https://github.com/github/automatic-contrib-prs) - Automatically open a pull request for repositories that have no CONTRIBUTING.md file +- [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 e41ffb7071827b9e355c3f4143f036ecd7f01e85 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Sat, 3 May 2025 10:11:40 -0500 Subject: [PATCH 2/2] Update README.md Nice catch copilot. Thank you. 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 71ad937..808bc43 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/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/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