From 446718c8f5662edd9ad680d42b273334924a4395 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Fri, 9 May 2025 16:39:39 -0700 Subject: [PATCH] Remove munificent as owner of args in CODEOWNERS I created the args package, but don't actively maintain it now, so it doesn't make sense to auto-assign issues to me. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 69a32cf9..41784802 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ .github/ @dart-lang/dart-ecosystem-team .gemini/ @dart-lang/dart-ecosystem-team README.md @dart-lang/dart-ecosystem-team -pkgs/args @munificent +pkgs/args @dart-lang/dart-ecosystem-team pkgs/async @dart-lang/dart-core-packages-team pkgs/characters @lrhn pkgs/collection @dart-lang/dart-core-packages-team