From b245356846670062c15723681a5f882d3dc0d464 Mon Sep 17 00:00:00 2001 From: Hyeonsu Kim <86764406+borimong@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:43:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=EC=BD=94=EB=93=9C=20=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0=EC=96=B4=20=EB=B3=80=EA=B2=BD=20(#837)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 2 +- .github/workflows/AutomaticAssignReviewer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5c1be981..c0466e6a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @borimong @R1mmm \ No newline at end of file +* borimong, j-nary, ocahs9 \ No newline at end of file diff --git a/.github/workflows/AutomaticAssignReviewer.yml b/.github/workflows/AutomaticAssignReviewer.yml index 2890f8f9..4a3002ce 100644 --- a/.github/workflows/AutomaticAssignReviewer.yml +++ b/.github/workflows/AutomaticAssignReviewer.yml @@ -11,4 +11,4 @@ jobs: - uses: hkusu/review-assign-action@v1 with: assignees: ${{ github.actor }} # assign pull request author - reviewers: borimong, R1mmm # if draft, assigned when draft is released + reviewers: borimong, j-nary, ocahs9 # if draft, assigned when draft is released From 9c4102000772f4f23cb43b16ce1c46f105f59680 Mon Sep 17 00:00:00 2001 From: Hyeonsu Kim <86764406+borimong@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:47:34 +0900 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c0466e6a..e35eb502 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* borimong, j-nary, ocahs9 \ No newline at end of file +* @borimong @j-nary @ocahs9