Skip to content

Feat(#58): 키워드 재정의 #23

Feat(#58): 키워드 재정의

Feat(#58): 키워드 재정의 #23

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