Skip to content

[다함] 필라이즈 첫번째 과제 구현 #17

[다함] 필라이즈 첫번째 과제 구현

[다함] 필라이즈 첫번째 과제 구현 #17

Workflow file for this run

name: Review Assign Action
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/[email protected]
with:
assignees: ${{ github.actor }}