Added a few more paths for auto labeler (#6281)
This commit is contained in:
parent
e58c182443
commit
100c59054c
|
@ -81,6 +81,15 @@ codegen:
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
- docs/**/*
|
- docs/**/*
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
|
CI:
|
||||||
|
- '.github/**/*'
|
||||||
|
- '.appveyor/**/*
|
||||||
|
- '.travis/**/*'
|
||||||
|
- '.bazelci/**/*
|
||||||
|
- .travis.yml
|
||||||
|
- appveyor.yml
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
- grpc/**/*
|
- grpc/**/*
|
||||||
|
|
Loading…
Reference in New Issue