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) }} +