Skip to content

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.23.0 in /api #447

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.23.0 in /api

Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.23.0 in /api #447

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"