Skip to content

fix(container): update image ghcr.io/k8s-gateway/charts/k8s-gateway (3.7.1 → 3.7.2) #3673

fix(container): update image ghcr.io/k8s-gateway/charts/k8s-gateway (3.7.1 → 3.7.2)

fix(container): update image ghcr.io/k8s-gateway/charts/k8s-gateway (3.7.1 → 3.7.2) #3673

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Prevent Merging"
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
jobs:
prevent-merging:
name: Prevent Merging
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2
with:
count: 0
mode: exactly
labels: ^hold/
use_regex: true