Skip to content

⬆(mise): mise sops ( 3.9.3 → 3.9.4 ) #1750

⬆(mise): mise sops ( 3.9.3 → 3.9.4 )

⬆(mise): mise sops ( 3.9.3 → 3.9.4 ) #1750

# 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"
}