Tweak GHA runner label. (#14963)

- processing/** can be ingestion, querying or neither. Removing it
for now.
- Also, add msq extension for the querying label.
This commit is contained in:
Abhishek Radhakrishnan 2023-09-11 20:09:26 -07:00 committed by GitHub
parent 5cecf6ce8f
commit 0f38a37b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/labeler.yml vendored
View File

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