From fd451d809b05dfb3052e325b70d2110222af0d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B7=9C=EB=82=A8?= <150914407+gyu-nam@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:52:47 +0900 Subject: [PATCH] Create main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 리뷰어 자동 할당 기능 추가해봅니다. --- .github/workflows/main.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..da80e25 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ + - name: Review Assign Action + # You may pin to the exact commit or the version. + # uses: hkusu/review-assign-action@5bee595fdb9765d4a0bd35724b6302fa15569158 + uses: hkusu/review-assign-action@v1.4.0 + with: + # + assignees: # optional + # + reviewers: coke98, gyu-nam, Cloie-Kim, jwjdd # optional + # + max-num-of-reviewers: # optional + # + draft-keyword: # optional + # + ready-comment: # optional + # + merged-comment: # optional + # + bot-accounts: # optional + # + github-token: # optional, default is ${{ github.token }} + # + event: # optional, default is ${{ toJson(github.event) }} +