From 0f38a37b9d80609c5b91153ff27fcf6107c7613b Mon Sep 17 00:00:00 2001 From: Abhishek Radhakrishnan Date: Mon, 11 Sep 2023 20:09:26 -0700 Subject: [PATCH] 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 e463e80008ef..101fd25aa5a4 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/**'