[FEATURE] #106 멑티 디바이스 별 리프레시 토큰 적용 #139
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:' |