Added a few more paths for auto labeler (#6281)

This commit is contained in:
Derek Bailey 2020-11-19 22:13:19 -08:00 committed by GitHub
parent e58c182443
commit 100c59054c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/labeler.yml vendored
View File

@ -81,6 +81,15 @@ codegen:
documentation: documentation:
- docs/**/* - docs/**/*
- '**/*.md'
CI:
- '.github/**/*'
- '.appveyor/**/*
- '.travis/**/*'
- '.bazelci/**/*
- .travis.yml
- appveyor.yml
grpc: grpc:
- grpc/**/* - grpc/**/*