From 784b366b6967d500dfe66577c9c45a644efcd7b6 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 24 Apr 2025 18:44:25 +0700 Subject: [PATCH] chore: update labels for v19 Note: m:predictive-text and m:developer-ide mark a change where we have some modules with fuzzy boundaries and where it may not be easy to automatically determine all changes by pathname. I am not altogether comfortable with these so we may iterate a bit further yet. --- .github/labeler.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 19c858cc81..a4b0001f57 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,16 +16,12 @@ android/app/: android/KMAPro/** android/engine/: android/KMEA/** android/samples/: android/Samples/** -common/: - - common/** - - resources/** +common/: common/** -common/models/templates/: web/src/engine/predictive-text/templates/** -common/models/wordbreakers/: web/src/engine/predictive-text/wordbreakers/** - -common/resources/: resources/** common/web/: common/web/** +m:predictive-text: web/src/engine/predictive-text/** + core/: - core/** @@ -37,7 +33,7 @@ developer/compilers/: - developer/src/kmcmplib/** - developer/src/kmc-*/** -developer/ide/: +m:developer-ide: - developer/src/server/** - developer/src/tike/** @@ -65,6 +61,8 @@ oem/fv/android/: oem/firstvoices/android/** oem/fv/ios/: oem/firstvoices/ios/** oem/fv/windows/: oem/firstvoices/windows/** +resources/: resources/** + web/: web/** # web/bookmarklet/ web/engine/: web/source/**