From 7e06ba499155df349375c317f04dfd693715aca2 Mon Sep 17 00:00:00 2001 From: ChanHaeng Lee <2chanhaeng@gmail.com> Date: Wed, 1 Mar 2023 19:06:17 +0900 Subject: [PATCH] =?UTF-8?q?Add:=20CODEOWNERS=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pythonkr/PyConKR-2023 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2228666 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @pythonkr/PyConKR-2023 \ No newline at end of file