Skip to content

Ensure in progress requests are processed before resetting the gRPC connection with the management plane #5318

Ensure in progress requests are processed before resetting the gRPC connection with the management plane

Ensure in progress requests are processed before resetting the gRPC connection with the management plane #5318

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}