Skip to content

⬆(helm): chart openebs ( 4.1.0 → 4.1.1 ) #481

⬆(helm): chart openebs ( 4.1.0 → 4.1.1 )

⬆(helm): chart openebs ( 4.1.0 → 4.1.1 ) #481

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