Skip to content

build(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.36.11-20260415201107-50325440f8f2.1 to 1.36.11-20260709200747-435963d16310.1 #844

build(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.36.11-20260415201107-50325440f8f2.1 to 1.36.11-20260709200747-435963d16310.1

build(deps): bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.36.11-20260415201107-50325440f8f2.1 to 1.36.11-20260709200747-435963d16310.1 #844

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
permissions:
pull-requests: read
jobs:
require-label:
name: Require category label
runs-on: ubuntu-latest
steps:
- name: Check for required label
uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: "bug, feature, internal, dependencies, change, release"
message: "This PR must have at least one of these labels: {{ provided }}."