Skip to content

[Fix/BAR-252] 메인 페이지의 type searchParam에 저장 #54

[Fix/BAR-252] 메인 페이지의 type searchParam에 저장

[Fix/BAR-252] 메인 페이지의 type searchParam에 저장 #54

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 }}