Skip to content

Bump golang.org/x/net from 0.9.0 to 0.23.0 in /pkg/policy-core #451

Bump golang.org/x/net from 0.9.0 to 0.23.0 in /pkg/policy-core

Bump golang.org/x/net from 0.9.0 to 0.23.0 in /pkg/policy-core #451

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"