Skip to content

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /pkg/policy-core #441

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /pkg/policy-core

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /pkg/policy-core #441

Workflow file for this run

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
name: label
jobs:
labelCheck:
name: Check that PR has a label for use in release notes
runs-on: ubuntu-latest
steps:
- name: Pull request label check
uses: mheap/github-action-required-labels@v1
with:
mode: exactly
count: 1
labels: "bug, enhancement, test, exclude from release notes"