mirror of https://github.com/apache/druid.git
Extend GHA autolabeler to other areas (#14903)
* Automate adding labels. * Add metrics/event emitting label * ingestion and segment format
This commit is contained in:
parent
e100b18e86
commit
f9cf500a69
|
@ -18,9 +18,50 @@
|
|||
#
|
||||
|
||||
#
|
||||
# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler
|
||||
# Pull Request Labeler GitHub Action Configuration: https://github.com/marketplace/actions/labeler
|
||||
|
||||
"Area - Documentation":
|
||||
- "docs/**/*"
|
||||
- "website/**"
|
||||
- "examples/quickstart/jupyter-notebooks/**"
|
||||
'Area - Batch Ingestion':
|
||||
- 'indexing-hadoop/**'
|
||||
- 'extensions-core/multi-stage-query/**'
|
||||
|
||||
'Area - Dependencies':
|
||||
- '**/pom.xml'
|
||||
- 'licenses.yaml'
|
||||
|
||||
'Area - Documentation':
|
||||
- 'docs/**/*'
|
||||
- 'website/**'
|
||||
- 'examples/quickstart/jupyter-notebooks/**'
|
||||
|
||||
'Area - Ingestion':
|
||||
- 'processing/**'
|
||||
- 'indexing-service/**'
|
||||
|
||||
'Area - Lookups':
|
||||
- 'extensions-core/lookups-cached-global/**'
|
||||
- 'extensions-core/lookups-cached-single/**'
|
||||
- 'extensions-core/kafka-extraction-namespace/**'
|
||||
|
||||
'Area - Metrics/Event Emitting':
|
||||
- 'processing/src/main/java/org/apache/druid/java/util/metrics/**'
|
||||
- 'processing/src/main/java/org/apache/druid/java/util/emitter/**'
|
||||
- 'extensions-contrib/*-emitter/**'
|
||||
|
||||
'Area - Querying':
|
||||
- 'sql/**'
|
||||
|
||||
'Area - Segment Format and Ser/De':
|
||||
- 'processing/src/main/java/org/apache/druid/segment/**'
|
||||
|
||||
'Area - Streaming Ingestion':
|
||||
- 'extensions-core/kafka-indexing-service/**'
|
||||
- 'extensions-core/kinesis-indexing-service/**'
|
||||
|
||||
'Area - Web Console':
|
||||
- 'web-console/**'
|
||||
|
||||
'Kubernetes':
|
||||
- 'extensions-contrib/kubernetes-overlord-extensions/**'
|
||||
|
||||
'MSQ':
|
||||
- 'extensions-core/multi-stage-query/**'
|
||||
|
|
Loading…
Reference in New Issue