Skip to content

[Fix/BAR-235] Dropdown 컴포넌트 위치 오류 해결 #38

[Fix/BAR-235] Dropdown 컴포넌트 위치 오류 해결

[Fix/BAR-235] Dropdown 컴포넌트 위치 오류 해결 #38

Workflow file for this run

name: Assign Assignees
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}