From 9542a837ee6b19b38f3b8bd16909ec11e98f5db6 Mon Sep 17 00:00:00 2001 From: Hyeonsu Kim Date: Mon, 2 Sep 2024 22:40:05 +0900 Subject: [PATCH] =?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?= 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