From d4a5d63b8af705d071cee8a0d819d2ee610777e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=84=9C=EC=A4=80?= <104981505+xeoxxn@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:46:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20PR=20=EB=A6=AC=EB=B7=B0=EC=96=B4=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EB=B0=B0=EC=A0=95=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9A=B0=EC=97=90=20=ED=8C=80=EC=9B=90=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/review-assign.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/review-assign.yml diff --git a/.github/workflows/review-assign.yml b/.github/workflows/review-assign.yml new file mode 100644 index 0000000..daca7cd --- /dev/null +++ b/.github/workflows/review-assign.yml @@ -0,0 +1,14 @@ +name: Review Assign + +on: + pull_request: + types: [opened, ready_for_review] + +jobs: + assign: + runs-on: ubuntu-latest + steps: + - uses: hkusu/review-assign-action@v1 + with: + assignees: ${{ github.actor }} + reviewers: tnals0924, jjunh33, sangrae2325, leegain1