This is an automated email from the ASF dual-hosted git repository.
suneet 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 0f38a37b9d Tweak GHA runner label. (#14963)
0f38a37b9d is described below
commit 0f38a37b9d80609c5b91153ff27fcf6107c7613b
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Mon Sep 11 20:09:26 2023 -0700
Tweak GHA runner label. (#14963)
- processing/** can be ingestion, querying or neither. Removing it
for now.
- Also, add msq extension for the querying label.
---
.github/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index e463e80008..101fd25aa5 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -34,7 +34,6 @@
- 'examples/quickstart/jupyter-notebooks/**'
'Area - Ingestion':
- - 'processing/**'
- 'indexing-service/**'
'Area - Lookups':
@@ -49,6 +48,7 @@
'Area - Querying':
- 'sql/**'
+ - 'extensions-core/multi-stage-query/**'
'Area - Segment Format and Ser/De':
- 'processing/src/main/java/org/apache/druid/segment/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]