Skip to content

Bump k8s.io/client-go from 0.31.2 to 0.34.1 in /lib #175

Bump k8s.io/client-go from 0.31.2 to 0.34.1 in /lib

Bump k8s.io/client-go from 0.31.2 to 0.34.1 in /lib #175

name: "CodeOwners Enforcement"
on:
pull_request:
jobs:
enforce-codeowners:
name: "Enforce"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: CODEOWNERS Sanity Check
uses: smartcontractkit/.github/actions/codeowners-sanity-check@codeowners-sanity-check/v1
env:
GITHUB_TOKEN: ${{ github.token }}