mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 00:07:46 +00:00
chore(common): update auto labeler configuration
This commit is contained in:
parent
e840f04ccf
commit
39bca0541a
1 changed files with 13 additions and 26 deletions
39
.github/labeler.yml
vendored
39
.github/labeler.yml
vendored
|
|
@ -5,15 +5,15 @@
|
|||
# common ones. The others are commented out. There is still some variance between
|
||||
# folder names and labels; consider this documentation of that ;-)
|
||||
|
||||
docs: docs/**
|
||||
|
||||
#
|
||||
# Add labels based on changed files using actions/labeler
|
||||
#
|
||||
|
||||
android/: android/**
|
||||
android/app/: android/KMAPro/**
|
||||
#android/browser/:
|
||||
android/engine/: android/KMEA/**
|
||||
#android/resources/:
|
||||
android/samples/: android/Samples/**
|
||||
|
||||
common/:
|
||||
|
|
@ -33,41 +33,34 @@ core/:
|
|||
|
||||
developer/:
|
||||
- developer/**
|
||||
- windows/src/developer/**
|
||||
|
||||
developer/compilers/:
|
||||
- windows/src/developer/kmcomp/**
|
||||
- developer/src/kmlmc/**
|
||||
- developer/src/kmcomp/**
|
||||
- developer/src/kmcmpdll/**
|
||||
- developer/src/kmc/**
|
||||
- developer/src/kmc-*/**
|
||||
|
||||
developer/ide/:
|
||||
- windows/src/developer/TIKE/**
|
||||
- developer/src/server/**
|
||||
- developer/src/tike/**
|
||||
|
||||
# developer/resources/
|
||||
# developer/tools/
|
||||
|
||||
ios/: ios/**
|
||||
ios/app/: ios/keyman/**
|
||||
# ios/browser/
|
||||
ios/engine/: ios/engine/**
|
||||
# ios/resources/
|
||||
ios/samples/: ios/samples/**
|
||||
|
||||
linux/: linux/**
|
||||
linux/config/: linux/keyman-config/**
|
||||
linux/engine/:
|
||||
- linux/ibus-keyman/**
|
||||
- linux/ibus-kmfl/**
|
||||
- linux/kmflcomp/**
|
||||
- linux/libkmfl/**
|
||||
- linux/scim_kmfl_imengine/**
|
||||
# linux/resources/
|
||||
# linux/samples/
|
||||
- linux/legacy/ibus-kmfl/**
|
||||
- linux/legacy/kmflcomp/**
|
||||
- linux/legacy/libkmfl/**
|
||||
|
||||
mac/: mac/**
|
||||
# mac/config/:
|
||||
mac/engine/: mac/**
|
||||
# mac/resources/
|
||||
# mac/samples/
|
||||
# mac/engine/: mac/**
|
||||
|
||||
oem/: oem/**
|
||||
oem/fv/: oem/firstvoices/**
|
||||
|
|
@ -78,15 +71,9 @@ oem/fv/windows/: oem/firstvoices/windows/**
|
|||
web/: web/**
|
||||
# web/bookmarklet/
|
||||
web/engine/: web/source/**
|
||||
# web/resources/
|
||||
web/ui/: web/source/kmwui*
|
||||
web/samples/: web/samples/**
|
||||
|
||||
# Somewhat messy since we try and exclude Developer :)
|
||||
windows/:
|
||||
- any: ['windows/**', '!windows/src/developer/**']
|
||||
|
||||
windows/: windows/**
|
||||
windows/config/: windows/src/desktop/**
|
||||
windows/engine/: windows/src/engine/**
|
||||
# windows/resources/
|
||||
# windows/samples/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue