From 52e3f3976c573ec8bec82c485afca57366de4e8a Mon Sep 17 00:00:00 2001 From: choidongkuen Date: Thu, 29 Feb 2024 16:12:43 +0900 Subject: [PATCH] =?UTF-8?q?CHORE=20:=20auto-assinger.yml=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20(#161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-assinger.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/auto-assinger.yml diff --git a/.github/workflows/auto-assinger.yml b/.github/workflows/auto-assinger.yml new file mode 100644 index 0000000..1bcca37 --- /dev/null +++ b/.github/workflows/auto-assinger.yml @@ -0,0 +1,14 @@ +name: 👌Auto assigner + +on: + pull_request: + types: + - opened + +jobs: + assign: + runs-on: ubuntu-latest + steps: + - uses: hkusu/review-assign-action@v1 + with: + assignees: ${{ github.actor }}