refactor(ui/utils): mergeFns의 반환값 함수 선언으로 변경 #149
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Assign | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review] | |
jobs: | |
add-assignees: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] | |
with: | |
configuration-path: '.github/assign.yml' # Only needed if you use something other than .github/auto_assign.yml |