fix: 자기소개가 긴 경우 프로필 사진이 찌그러지는 현상 수정 #631
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: 'Auto Assignees' | |
on: | |
pull_request: | |
types: [opened, ready_for_review, edited] | |
jobs: | |
register-assignees: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} |