[FEATURE] 새로운 떡국 조회, 완성된 떡국 조회 시 본인의 비공개 떡국을 조회할 수 있도록 변경 #144
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: 'TTEOKGUK' | |
on: | |
pull_request: | |
types: [ opened, synchronize, closed ] | |
jobs: | |
assign: | |
name: "[CI] Assign Reviewer" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} | |
reviewers: mungmnb777, h-beeen | |
ready-comment: '코드 리뷰 요청합니다 🙆 <reviewers>' | |
merged-comment: '성공적으로 Merge 되었습니다. Shout out to <reviewers> :wink:' |