Skip to content

⏫(cont)!: image kube-prometheus-stack ( 60.5.0 → 61.2.0 ) #347

⏫(cont)!: image kube-prometheus-stack ( 60.5.0 → 61.2.0 )

⏫(cont)!: image kube-prometheus-stack ( 60.5.0 → 61.2.0 ) #347

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Check - Enforce PR labels"
on:
pull_request:
types:
- opened
- closed
- synchronize
- labeled
- unlabeled
jobs:
enforce-label:
name: Enforce PR labels
runs-on: ["ghar-set-zoo"]
steps:
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
with:
BANNED_LABELS: "do-not-merge,broken-links,hold/upstream"