fix: #409 카카오 인앱 브라우저에서도 서비스 화면 그대로 띄우도록 재수정 #316
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/[email protected] | |
with: | |
assignees: ${{ github.actor }} | |
reviewers: klmhyeonwoo, leeminhee119, donghunee, sean2337, raymondanythings |