Feat(extension): 익스텐션 페이지 레이아웃 및 북마크 저장 #24
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 }} |