Extend GHA autolabeler to other areas (#14903)

* Automate adding labels.

* Add metrics/event emitting label

* ingestion and segment format
This commit is contained in:
Abhishek Radhakrishnan 2023-09-07 20:25:37 -07:00 committed by GitHub
parent e100b18e86
commit f9cf500a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 46 additions and 5 deletions

51
.github/labeler.yml vendored
View File

@ -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/**'