From 5d853fbbbe7693f4eaa3d6689006b60ebef14857 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 21 Jun 2023 09:24:46 +0300 Subject: [PATCH] chore: add CODEOWNERS file (#11) Signed-off-by: Mykhailo Kuznietsov --- .gitattributes | 1 + .github/CODEOWNERS | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.gitattributes b/.gitattributes index 9322765434..042cf10241 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Declare files that will always have CRLF line endings on checkout. *.cmd text eol=crlf +CODEOWNERS export-ignore diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..61d8ac9d1a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@svor @nickboldt @SDawley