From 9000189570b25189a48aa3b6d6eb603d33fc41c5 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Mon, 14 Jul 2025 13:54:00 +0200 Subject: [PATCH] chore: add CODEOWNERS file for stdlib --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..5a3508279e59 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Any changes to the Scala 3 Standard Library must be approve +# by one of the officers responsible of maintaining it +/library/ @scala/stdlib-officers +/library-aux/ @scala/stdlib-officers