[Fix/#211] 버튼 공통컴포넌트 기존으로 복귀 및 CAT dim 따로 처리 #192
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: size-label | |
on: pull_request_target | |
jobs: | |
size-label: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: "pascalgn/size-label-action@v0.4.2" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
IGNORED: ".*\n!.gitignore\nyarn.lock\ngenerated/**\npackage-lock.json\n*.lock\n.gitignore" | |
with: | |
sizes: > | |
{ | |
"0": "XS", | |
"10": "S", | |
"100": "M", | |
"500": "L", | |
"1000": "XL", | |
"2000": "XXL" | |
} |