[HOTFIX] 수다 카테고리 수정 시 특정 피드와 연관된 카테고리만 삭제되도록 수정 #125
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: Kim-TaeUk, ChaeAg, rinarina0429 |