Skip to content

fix(container): update image thanos to v12.9.1 #1978

fix(container): update image thanos to v12.9.1

fix(container): update image thanos to v12.9.1 #1978

---
name: Meta - Label Size
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
label-size:
name: Label Size
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/[email protected]
id: generate-token
with:
app_id: ${{ secrets.HOMEOPS_BOT_APP_ID }}
private_key: ${{ secrets.HOMEOPS_BOT_PRIVATE_KEY }}
- name: Label Size
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"200": "L",
"800": "XL",
"2000": "XXL"
}