Skip to content

⏫(helm): chart grafana ( 8.2.0 → 8.3.1 ) #138

⏫(helm): chart grafana ( 8.2.0 → 8.3.1 )

⏫(helm): chart grafana ( 8.2.0 → 8.3.1 ) #138

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