Exclude generate core dependencies file from lang/python label (#32629)

This file changes every time the set of core files changes. This PR
leaves the `lang/python` label off of these PRs and therefore leaves
them out of our attention set.
pull/32651/head
Richard Belleville 2 years ago committed by GitHub
parent 3cc76171a9
commit 7293016afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/labeler.yml

@ -41,6 +41,7 @@ lang/python:
- requirements.bazel.txt
- src/compiler/python*
- src/python/**
- "!src/python/grpcio/grpc_core_dependencies.py"
lang/ruby:
- examples/ruby/**

Loading…
Cancel
Save