Skip to content

fix(deps): update io.fabric8:crd-generator-apt to 7.1.0 #364

fix(deps): update io.fabric8:crd-generator-apt to 7.1.0

fix(deps): update io.fabric8:crd-generator-apt to 7.1.0 #364

---
name: Meta - Label Size
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
size-label:
name: Label Size
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
sizes: >
{
"0": "XS",
"10": "S",
"30": "M",
"100": "L",
"500": "XL",
"1000": "XXL"
}