[Feat/#361] 공연 수정하기 Step2(스태프&캐스트 리스트) 수정 가능하도록 변경 + 상세 이미지 추가 및 변경 #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: pepperdad, imddoy, ocahs9, sinji2102 |