From fb3554f6f7f9d54f239bd884dc8aab715c469d62 Mon Sep 17 00:00:00 2001 From: JURI <80569323+juri123123@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:16:20 +0900 Subject: [PATCH 1/3] =?UTF-8?q?add:=20#446=20=EB=A6=AC=EB=B7=B0=EC=96=B4?= =?UTF-8?q?=20=EC=9E=90=EB=8F=99=20=EB=B0=B0=EC=A0=95=20yml=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/auto_assign.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 00000000..a5b934a4 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,19 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: author + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - y-eonee + - dev-domo + - juri123123 + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 From 7c756dd6d97050c28dabe0acdd7050edeb1b687d Mon Sep 17 00:00:00 2001 From: JURI <80569323+juri123123@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:53:38 +0900 Subject: [PATCH 2/3] =?UTF-8?q?del:=20#446=20yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/auto_assign.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index a5b934a4..00000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: author - -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: - - y-eonee - - dev-domo - - juri123123 - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - wip - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 From 9d7b8da705bb13b3b28c863a9f6ca1127dfa5222 Mon Sep 17 00:00:00 2001 From: JURI <80569323+juri123123@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:54:38 +0900 Subject: [PATCH 3/3] =?UTF-8?q?add:=20#446=20code=20owners=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 00000000..b2c9e3a4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @y-eonee @dev-domo @juri123123