From a6e12590b8261b3e825b4abb3839555571040c52 Mon Sep 17 00:00:00 2001 From: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:37:04 +0800 Subject: [PATCH] Add issue or pr assignees (#608) --- .owners.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .owners.yml diff --git a/.owners.yml b/.owners.yml new file mode 100644 index 00000000..377054ce --- /dev/null +++ b/.owners.yml @@ -0,0 +1,12 @@ +assign: + strategy: + # random + daily-shift-based + scedule: + '*/1 * * * *' + assignees: + - HAOCHENYE + - zhouzaida + - C1rN09 + - ice-tong + - HAOCHENYE -- GitLab