192 front task 공유 일정 페이지 일정 후보 모달 및 후보 등록 #405
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 Author Assign | |
on: | |
pull_request: | |
types: [labeled, opened, reopened, synchronize, ready_for_review] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/auto-author-assign@v1.6.2 |