mirror of https://github.com/ByConity/ByConity
Update labeler.yml
This commit is contained in:
parent
d05296ff97
commit
2eb00f9e62
|
@ -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/**/*"
|
||||
|
|
Loading…
Reference in New Issue