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