This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 9deeb288c5a Update labeler config per v5 spec. (#15564)
9deeb288c5a is described below
commit 9deeb288c5af8c082a67e31331e375714a8ce7f0
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Thu Dec 14 14:00:21 2023 -0500
Update labeler config per v5 spec. (#15564)
---
.github/labeler.yml | 68 ++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 46 insertions(+), 22 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index a9bfc45a86e..22895a82d8b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -21,47 +21,71 @@
# Pull Request Labeler GitHub Action Configuration:
https://github.com/marketplace/actions/labeler
'Area - Batch Ingestion':
- - 'indexing-hadoop/**'
- - 'extensions-core/multi-stage-query/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'indexing-hadoop/**'
+ - 'extensions-core/multi-stage-query/**'
'Area - Dependencies':
- - '**/pom.xml'
- - 'licenses.yaml'
+ - changed-files:
+ - any-glob-to-any-file:
+ - '**/pom.xml'
+ - 'licenses.yaml'
'Area - Documentation':
- - 'docs/**/*'
- - 'website/**'
- - 'examples/quickstart/jupyter-notebooks/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'docs/**/*'
+ - 'website/**'
+ - 'examples/quickstart/jupyter-notebooks/**'
'Area - Ingestion':
- - 'indexing-service/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'indexing-service/**'
'Area - Lookups':
- - 'extensions-core/lookups-cached-global/**'
- - 'extensions-core/lookups-cached-single/**'
- - 'extensions-core/kafka-extraction-namespace/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - '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/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'processing/src/main/java/org/apache/druid/java/util/metrics/**'
+ - 'processing/src/main/java/org/apache/druid/java/util/emitter/**'
+ - 'extensions-contrib/*-emitter/**'
'Area - MSQ':
- - 'extensions-core/multi-stage-query/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'extensions-core/multi-stage-query/**'
'Area - Querying':
- - 'sql/**'
- -
'extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/sql/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'sql/**'
+ -
'extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/sql/**'
'Area - Segment Format and Ser/De':
- - 'processing/src/main/java/org/apache/druid/segment/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'processing/src/main/java/org/apache/druid/segment/**'
'Area - Streaming Ingestion':
- - 'extensions-core/kafka-indexing-service/**'
- - 'extensions-core/kinesis-indexing-service/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'extensions-core/kafka-indexing-service/**'
+ - 'extensions-core/kinesis-indexing-service/**'
'Area - Web Console':
- - 'web-console/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'web-console/**'
'Kubernetes':
- - 'extensions-contrib/kubernetes-overlord-extensions/**'
+ - changed-files:
+ - any-glob-to-any-file:
+ - 'extensions-contrib/kubernetes-overlord-extensions/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]