Skip to content

[Fix/BAR-273] 리다이렉트 오류 수정 #67

[Fix/BAR-273] 리다이렉트 오류 수정

[Fix/BAR-273] 리다이렉트 오류 수정 #67

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