Skip to content

Bump golang.org/x/net from 0.2.0 to 0.17.0 #2102

Bump golang.org/x/net from 0.2.0 to 0.17.0

Bump golang.org/x/net from 0.2.0 to 0.17.0 #2102

Workflow file for this run

name: Check PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/enforce-pr-labels
- uses: yogevbd/[email protected]
with:
BANNED_LABELS: "hold"
# REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog"
# REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']"