summaryrefslogtreecommitdiff
path: root/grpc/.github/labeler.yml
blob: ed627b2803964275052273b2bb769b16a82e0dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
lang/core:
- src/core/**
- include/grpc/**
- test/core/**
- tools/codegen/core/**

lang/c++:
- src/cpp/**
- include/grpc++/**
- include/grpcpp/**
- test/cpp/**

area/infra:
- .github/**