Skip to content

chore: github actions workflow 개편 #104

chore: github actions workflow 개편

chore: github actions workflow 개편 #104

name: Review Assign
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 }} # assign pull request author
reviewers: doyeonk429, clxxrlove