[Refactor] #819: 솝탬프 Redis 키에 기수 정보 추가, 배포 워크플로우 내 도커 이미지 삭제 추가 #73
This file contains hidden or 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] | |
| permissions: | |
| pull-requests: write # [중요] PR에 리뷰어를 추가할 수 있는 권한 부여 | |
| jobs: | |
| assign: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: hkusu/review-assign-action@v1 | |
| with: | |
| assignees: ${{ github.actor }} | |
| reviewers: jher235, kyoooooong |