From f5779415062400dd18cb017a69efddabff4ac24c Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 20 Mar 2025 12:58:35 -0400 Subject: [PATCH] Remove individuals form CODEOWNERS (#215) Since we have the `@actions/create-github-app-token-maintainers`, we don't need explicit references to individuals on that team. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 22f9577..1e5df6e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @gr2m @parkerbxyz @actions/create-github-app-token-maintainers +* @actions/create-github-app-token-maintainers