Skip to content

Bump k8s.io/client-go from 0.24.0 to 0.28.2 #494

Bump k8s.io/client-go from 0.24.0 to 0.28.2

Bump k8s.io/client-go from 0.24.0 to 0.28.2 #494

Workflow file for this run

name: Remove ok-to-test
on:
pull_request_target:
types: [synchronize,reopened]
jobs:
rm-ok-to-test:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-20.04
name: Remove ok-to-test
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: ok-to-test
fail_on_error: true