Skip to content

chore(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 in /modules/api #1844

chore(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 in /modules/api

chore(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 in /modules/api #1844

Workflow file for this run

# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: PR
on:
pull_request:
branches: [master]
types: [opened, labeled, unlabeled, synchronize]
permissions:
contents: read
jobs:
labels-check:
name: Labels check
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "kind/bug, kind/cleanup, kind/documentation, kind/feature, kind/i18n, dependencies"
title-check:
name: Title check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}