Refactor: FinalStep 컴포넌트의 이미지 크기 수정 #138
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: auto-Assign Reviewer and Assignee | |
| on: | |
| pull_request: | |
| types: [opened, ready_for_review] | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| assign: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: hkusu/review-assign-action@v1 | |
| with: | |
| assignees: ${{ github.event.pull_request.user.login }} | |
| reviewers: ${{ vars.REVIEWERS }} |