From 1ccde24f04a38082d7912ca2c08bb943e0c80ac7 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Thu, 6 Jan 2022 12:27:51 +0300 Subject: [PATCH] Add CODEOWNERS --- .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..6a1d137b9de1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Order is important; the last matching pattern takes the most precedence. + +* @AlekSi