Update labeler.yml

This commit is contained in:
Ivan Blinkov 2019-10-20 12:16:46 +08:00 committed by GitHub
parent d05296ff97
commit 2eb00f9e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/labeler.yml vendored
View File

@ -1,3 +1,7 @@
# Build changes
pr-build:
- "**/CMakeLists.txt"
# Documentation PRs
documentation:
- "**/*.md"
@ -5,3 +9,17 @@ documentation:
pr-documentation:
- "**/*.md"
- "docs/**/*"
# Component labels
comp-mutations:
- "**/*Mutation*"
comp-matview:
- "**/*MaterializedView*"
comp-matview:
- "**/*MaterializedView*"
comp-skipidx:
- "**/*Indices*"
comp-kafka:
- "dbms/src/Storages/Kafka/**/*"
- "dbms/tests/integration/test_storage_kafka/**/*"
- "utils/kafka/**/*"