Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Bump k8s.io/client-go from 0.31.0 to 0.31.1 #254

Bump k8s.io/client-go from 0.31.0 to 0.31.1

Bump k8s.io/client-go from 0.31.0 to 0.31.1 #254

Workflow file for this run

name: 'Assign size labels to PRs'
on: [workflow_dispatch, pull_request]
jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"