Skip to content

[Feature/195] 리뷰 수정 api 로직 오류 해결 #8

[Feature/195] 리뷰 수정 api 로직 오류 해결

[Feature/195] 리뷰 수정 api 로직 오류 해결 #8

Workflow file for this run

name: 👌Auto assigner
on:
pull_request:
types:
- opened
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
github-token: ${{ secrets.GIT_TOKEN }}
assignees: ${{ github.actor }}