mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
24 lines
418 B
YAML
24 lines
418 B
YAML
# Build changes
|
|
pr-build:
|
|
- "**/CMakeLists.txt"
|
|
|
|
# Documentation PRs
|
|
documentation:
|
|
- "**/*.md"
|
|
- "docs/**/*"
|
|
pr-documentation:
|
|
- "**/*.md"
|
|
- "docs/**/*"
|
|
|
|
# Component labels
|
|
comp-mutations:
|
|
- "**/*Mutation*"
|
|
comp-matview:
|
|
- "**/*MaterializedView*"
|
|
comp-skipidx:
|
|
- "**/*Indices*"
|
|
comp-kafka:
|
|
- "dbms/src/Storages/Kafka/**/*"
|
|
- "dbms/tests/integration/test_storage_kafka/**/*"
|
|
- "utils/kafka/**/*"
|