From 2d699b6c653f1f468d32f783d532a374b6c212d5 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 25 Sep 2020 14:47:01 -0700 Subject: [PATCH] Create CODEOWNERS (#79) Co-authored-by: Mark Chmarny --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..336e331 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# These owners are the maintainers and approvers of this repo +* @maintainers-go-sdk @approvers-go-sdk