[✨Feature] 세미나 반응형, 스타일 수정, 오픈 세미나 페이지 생성 #20
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/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.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" | |
} |