Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

fix(container): update image ghcr.io/fluxcd/notification-controller to v1.2.4 #2943

fix(container): update image ghcr.io/fluxcd/notification-controller to v1.2.4

fix(container): update image ghcr.io/fluxcd/notification-controller to v1.2.4 #2943

---
name: Meta - Label Size
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
label-size:
name: Label Size
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_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"
}