feat({web,shared/components}/package.json, pnpm-lock, shared/componnets): 관련 라이브러리들 package.json에 추가, Button 컴포넌트 추가 #9
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 |