Skip to content

build(deps): bump k8s.io/api from 0.32.12 to 0.32.13 in /test/custom-task-ctrls/wait-task-beta #3595

build(deps): bump k8s.io/api from 0.32.12 to 0.32.13 in /test/custom-task-ctrls/wait-task-beta

build(deps): bump k8s.io/api from 0.32.12 to 0.32.13 in /test/custom-task-ctrls/wait-task-beta #3595

Workflow file for this run

---
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
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 }}