Skip to content

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 #15989

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1

chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 #15989

name: PRs labels check
on:
pull_request_target:
types: [opened, reopened, ready_for_review, labeled, unlabeled, synchronize]
jobs:
label:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
steps:
- uses: pmalek/verify-pr-label-action@v1.4.5
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
invalid-labels: 'do not merge,on-hold'
pull-request-number: '${{ github.event.pull_request.number }}'
disable-reviews: true