Skip to content

Migrates to Kubernetes_asyncio for asynchronous support #19023

Migrates to Kubernetes_asyncio for asynchronous support

Migrates to Kubernetes_asyncio for asynchronous support #19023

Workflow file for this run

name: Labeler
on: [pull_request]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"