Skip to content

πŸ”„(ci): image ghcr.io/allenporter/flux-local ( 6e62302 β†’ 81dbffe ) #1730

πŸ”„(ci): image ghcr.io/allenporter/flux-local ( 6e62302 β†’ 81dbffe )

πŸ”„(ci): image ghcr.io/allenporter/flux-local ( 6e62302 β†’ 81dbffe ) #1730

# 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@f8edde36b3be04b4f65dcfead05dc8691b374348 # v0.5.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"200": "L",
"800": "XL",
"2000": "XXL"
}