Skip to content

hotfix: 타임라인 조회 시 only_full_group_by 에러 해결 #222

hotfix: 타임라인 조회 시 only_full_group_by 에러 해결

hotfix: 타임라인 조회 시 only_full_group_by 에러 해결 #222

Workflow file for this run

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: penrose15, its-sky, ywonchae1 # if draft, assigned when draft is released
# max-num-of-reviewers: 2