[Feat/#70] 1차 QA , 온보딩 지역정보, 반려견 정보, 유저정보 요청 APi 연결 #30
Workflow file for this run
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 and Reviewers" | |
| on: | |
| pull_request: | |
| types: [opened, ready_for_review] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| add-reviewers-and-assignees: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Assign author and add reviewers | |
| uses: kentaro-m/auto-assign-action@v2.0.0 | |
| with: | |
| configuration-path: '.github/auto_assign.yml' |