Skip to content

Provide injection mechanism to set custom received message size for gRPC clients in a poollet #3773

Provide injection mechanism to set custom received message size for gRPC clients in a poollet

Provide injection mechanism to set custom received message size for gRPC clients in a poollet #3773

Workflow file for this run

name: Size Label
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/size-label-action@v0.5.5
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"