Skip to content

build(deps): bump k8s.io/apimachinery from 0.35.2 to 0.35.3 #4794

build(deps): bump k8s.io/apimachinery from 0.35.2 to 0.35.3

build(deps): bump k8s.io/apimachinery from 0.35.2 to 0.35.3 #4794

Workflow file for this run

---
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
pull-requests: read
jobs:
check_labels:
name: Check kind labels
runs-on: ubuntu-latest
steps:
- uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65
with:
prefix_mode: true
one_of: "kind/"
repo_token: ${{ secrets.GITHUB_TOKEN }}