From fd798603baa93c3437cef1ca3caed0ee3e7fc9b0 Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Thu, 21 Nov 2024 10:43:39 -0600 Subject: [PATCH] ci: request review automatically from Copilot for all the PRs --- .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 00000000..657fec3f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Automatically request reviews from copilot for all PRs +* @copilot