diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..1b8b08636e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners for more information +# Order is important; the last matching pattern takes the most precedence. + +Profiling/ @Unity-Technologies/multiplayer-tools +/com.unity.multiplayer.mlapi/Runtime/Transports/ @Unity-Technologies/server-team +/com.unity.multiplayer.transport.utp/ @Unity-Technologies/server-team +/com.unity.multiplayer.mlapi/Runtime/SceneManagement/ @NoelStephensUnity +Documentation~/ @Briancoughlin @lkrell diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index ff0a08443a..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners for more information -Profiling/ @Unity-Technologies/multiplayer-tools \ No newline at end of file