Skip to content

build(deps): bump google.golang.org/grpc from 1.30.0 to 1.56.3 #8

build(deps): bump google.golang.org/grpc from 1.30.0 to 1.56.3

build(deps): bump google.golang.org/grpc from 1.30.0 to 1.56.3 #8

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "major,minor,patch"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['major','minor','patch']"
BANNED_LABELS: "banned"