From dca475d8bf57055065a078ed3bc6aca12a9e3012 Mon Sep 17 00:00:00 2001 From: wnso <109727039+wnso-kim@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:57:01 +0900 Subject: [PATCH] =?UTF-8?q?Feat=20>=20PR=20assignee=20auto-assign=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 마켓 플레이스 사용 --- .github/workflows/auto-assign.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 0000000..3c2fb90 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,14 @@ +name: Assign Action + +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 }} # assign pull request author + reviewers: foo, bar, baz # if draft, assigned when draft is released