From aa13067735fe6f0391f396b7fe4f0f04be22b0af Mon Sep 17 00:00:00 2001 From: Hubert <42952108+yingfhu@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:43:31 +0800 Subject: [PATCH] [Feat] add auto assignee bot (#105) * [Feat] add auto assignee bot * minor fix --- .owners.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .owners.yml diff --git a/.owners.yml b/.owners.yml new file mode 100644 index 00000000..f3b96a3a --- /dev/null +++ b/.owners.yml @@ -0,0 +1,14 @@ +assign: + issues: enabled + pull_requests: disabled + strategy: + # random + daily-shift-based + scedule: + '*/1 * * * *' + assignees: + - Leymore + - gaotongxiao + - yingfhu + - Ezra-Yu + - tonysy