refactor: 이벤트 조회 공용 API를 어드민용 API와 참가자용 API로 분리 #50
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: PR Auto Assign | |
| on: | |
| pull_request: | |
| types: [opened, reopened] | |
| branches: ["develop"] | |
| jobs: | |
| auto-assign: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] | |
| with: | |
| configuration-path: ".github/auto_assign_config.yml" |