Skip to content

feat: Switch 컴포넌트 추가 #7

feat: Switch 컴포넌트 추가

feat: Switch 컴포넌트 추가 #7

Workflow file for this run

name: PR Size Labeler
on:
pull_request:
types: [opened, synchronize]
jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Assign PR Size Label
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignored: 'pnpm-lock.yaml'
with:
sizes: |
{
"0": "XS",
"20": "S",
"50": "M",
"200": "L",
"500": "XL",
"1000": "XXL"
}