• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1lang/core:
2  - changed-files:
3      - any-glob-to-any-file:
4          - src/abseil-cpp/**
5          - src/boringssl/**
6          - src/c-ares/**
7          - src/core/**
8          - src/proto/**
9          - src/re2/**
10          - src/upb/**
11          - src/zlib/**
12          - include/grpc/**
13          - test/core/**
14          - tools/codegen/core/**
15lang/c++:
16  - changed-files:
17      - any-glob-to-any-file:
18          - examples/cpp/**
19          - src/cpp/**
20          - include/grpc++/**
21          - include/grpcpp/**
22          - test/cpp/**
23area/infra:
24  - changed-files:
25      - any-glob-to-any-file:
26          - .github/**
27lang/node:
28  - changed-files:
29      - any-glob-to-any-file:
30          - examples/node/**
31          - src/compiler/node*
32lang/ObjC:
33  - changed-files:
34      - any-glob-to-any-file:
35          - examples/objective-c/**
36          - src/compiler/objective_c*
37          - src/objective-c/**
38lang/php:
39  - changed-files:
40      - any-glob-to-any-file:
41          - examples/php/**
42          - src/compiler/php*
43          - src/php/**
44lang/python:
45  - changed-files:
46      - any-glob-to-any-file:
47          - bazel/python_rules.bzl
48          - examples/python/**
49          - requirements.bazel.txt
50          - src/compiler/python*
51      - all-globs-to-any-file:
52          - src/python/**
53          - '!src/python/grpcio/grpc_core_dependencies.py'
54          - '!src/python/grpcio_observability/observability_lib_deps.py'
55lang/ruby:
56  - changed-files:
57      - any-glob-to-any-file:
58          - examples/ruby/**
59          - src/compiler/ruby*
60          - src/ruby/**
61'lang/C#':
62  - changed-files:
63      - any-glob-to-any-file:
64          - src/compiler/csharp*
65          - src/csharp/**
66