From 054416b73034c24123a4ad59edd50dbb7c2bcfc9 Mon Sep 17 00:00:00 2001 From: Endilie Yacop Sucipto Date: Tue, 25 Sep 2018 20:33:52 +0800 Subject: [PATCH] chore: automate request for review on v2 Automate request for review on any pull request related to v2 https://blog.github.com/2017-07-06-introducing-code-owners/ --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..6b559f5e8c48 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# https://help.github.com/articles/about-codeowners/ +/v2/ @endiliey