From 7c0491be1d677e0f8494d3f2df8a8b682ee0f129 Mon Sep 17 00:00:00 2001 From: Dan Lawrence Date: Sat, 25 May 2024 10:32:17 +0100 Subject: [PATCH] Alter CODEOWNERS file to switch required PR review team The intention being that we can choose to expand our pool of senior reviewers beyond just the current maintainers. I hope expanding this pool might help tackle the PR review mountain somewhat over time. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fed1242a04..3b6ce9ec9d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,4 +6,4 @@ # example. The documentation can be seen here: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @pygame-community/pygame-contributing-admins +* @pygame-community/pygame-senior-reviewers