Update pull request labeller (#29712)

pull/29610/head^2
Yash Tibrewal 3 years ago committed by GitHub
parent 2d3937f3d9
commit 71b42ab312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      .github/labeler.yml

@ -1,10 +1,18 @@
lang/core:
- src/abseil-cpp/**
- src/boringssl/**
- src/c-ares/**
- src/core/**
- src/proto/**
- src/re2/**
- src/upb/**
- src/zlib/**
- include/grpc/**
- test/core/**
- tools/codegen/core/**
lang/c++:
- examples/cpp/**
- src/cpp/**
- include/grpc++/**
- include/grpcpp/**
@ -13,3 +21,25 @@ lang/c++:
area/infra:
- .github/**
lang/node:
- examples/node/**
lang/ObjC:
- examples/objective-c/**
- src/objective-c/**
lang/php:
- examples/php/**
- src/php/**
lang/python:
- examples/python/**
- src/python/**
lang/ruby:
- examples/ruby/**
- src/ruby/**
lang/C#:
- src/csharp/**

Loading…
Cancel
Save