Skip to content

Feat(#16) jwt 토큰 프로바이더 구현 #1

Feat(#16) jwt 토큰 프로바이더 구현

Feat(#16) jwt 토큰 프로바이더 구현 #1

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