Skip to content

[refactor] #117 scrap -> bookmark 리네이밍 #47

[refactor] #117 scrap -> bookmark 리네이밍

[refactor] #117 scrap -> bookmark 리네이밍 #47

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: Ojongseok, ikseong00