Skip to content

Feat(#36): 회원 조회 API #19

Feat(#36): 회원 조회 API

Feat(#36): 회원 조회 API #19

name: Pull Request Auto Assignee and Reviewer
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}
reviewers: NaMinhyeok, kimyu0218, pythonstrup