From b0f4692d7cbc5f6695b86c142dc4c9f4fd51d6a9 Mon Sep 17 00:00:00 2001 From: Nastya <55718143+anrusina@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:50:53 -0800 Subject: [PATCH] chore: Add tool-versions and CodeOwners file (#259) * chore: tools versioning Signed-off-by: Nastya Rusina * chore: add codeowners file Signed-off-by: Nastya Rusina --- .tool-versions | 2 ++ CODEOWNERS | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .tool-versions create mode 100644 CODEOWNERS diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000000..76296ddcbe --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +nodejs 14.18.3 +yarn 1.22.10 \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..6c006b1bc0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# See: https://help.github.com/articles/about-codeowners/ +# Each line is a file pattern followed by one or more owners. It is setup in next pattern: +# Folder[/file_name] owner1 owner2 + +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence. + +* @flyteorg/fe-engineers