From 17f8a9698123e866c0ef63b0e6b2a16c661f02a3 Mon Sep 17 00:00:00 2001 From: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:30:20 +0800 Subject: [PATCH] [Enhancement] Add .owners.yml to mark daily issue shift (#1437) * [Enhancement] Add .owners.yml to mark daily issue shift * add chenlin --- .owners.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .owners.yml diff --git a/.owners.yml b/.owners.yml new file mode 100644 index 000000000..25f79dca7 --- /dev/null +++ b/.owners.yml @@ -0,0 +1,10 @@ +assign: + strategy: + # random + daily-shift-based + assignees: + - MeowZheng + - MengzhangLI + - linfangjian01 + - RockeyCoss + - xiaoachen98