Skip to content

⬆(ci): actions/setup-node action ( v4.0.3 → v4.0.4 ) #468

⬆(ci): actions/setup-node action ( v4.0.3 → v4.0.4 )

⬆(ci): actions/setup-node action ( v4.0.3 → v4.0.4 ) #468

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Meta - Label Size"
on:
workflow_dispatch:
pull_request_target:
branches: ["main"]
jobs:
label-size:
name: Label Size
runs-on: ["ghar-set-zoo"]
permissions:
contents: read
pull-requests: write
steps:
- name: Label Size
uses: pascalgn/size-label-action@be08a2d5f857dc99c5b9426cdb5a8ea1aa7f0399 # v0.5.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"200": "L",
"800": "XL",
"2000": "XXL"
}