feat: 로그인 관련 feature를 구현합니다. #122
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 }} |