Feat(client): 직무 아티클 주기적 업데이트 공지 로딩 추가 #136
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 }} |