ClickHouse/.github/labeler.yml

24 lines
418 B
YAML
Raw Normal View History

2019-10-20 04:16:46 +00:00
# Build changes
pr-build:
- "**/CMakeLists.txt"
# Documentation PRs
documentation:
2019-10-20 04:03:24 +00:00
- "**/*.md"
2019-10-20 04:07:19 +00:00
- "docs/**/*"
pr-documentation:
2019-10-20 04:03:24 +00:00
- "**/*.md"
2019-10-20 04:07:19 +00:00
- "docs/**/*"
2019-10-20 04:16:46 +00:00
# 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/**/*"