@@ -8,6 +8,10 @@ registry:
88 - data/registry/**
99
1010# Localization labels
11+ i18n :
12+ - changed-files :
13+ - any-glob-to-any-file :
14+ - i18n/**
1115lang:bn :
1216 - changed-files :
1317 - any-glob-to-any-file :
@@ -46,10 +50,27 @@ lang:zh:
4650 - content/zh/**
4751
4852# Special Interest Groups labels
53+ sig:collector :
54+ - changed-files :
55+ - any-glob-to-any-file :
56+ - content/en/docs/collector/**
4957sig:cpp :
5058 - changed-files :
5159 - any-glob-to-any-file :
5260 - content/en/docs/languages/cpp/**
61+ sig:demo :
62+ - changed-files :
63+ - any-glob-to-any-file :
64+ - content/en/docs/demo/**
65+ sig:dotnet :
66+ - changed-files :
67+ - any-glob-to-any-file :
68+ - content/en/docs/languages/net/**
69+ - content/en/docs/zero-code/net/**
70+ sig:enduser :
71+ - changed-files :
72+ - any-glob-to-any-file :
73+ - content/en/community/end-user/**
5374sig:erlang :
5475 - changed-files :
5576 - any-glob-to-any-file :
@@ -59,6 +80,10 @@ sig:go:
5980 - any-glob-to-any-file :
6081 - content/en/docs/languages/go/**
6182 - content/en/docs/zero-code/go/**
83+ sig:helm :
84+ - changed-files :
85+ - any-glob-to-any-file :
86+ - content/en/docs/kubernetes/helm/**
6287sig:java :
6388 - changed-files :
6489 - any-glob-to-any-file :
@@ -69,11 +94,18 @@ sig:javascript:
6994 - any-glob-to-any-file :
7095 - content/en/docs/languages/js/**
7196 - content/en/docs/zero-code/js/**
72- sig:dotnet :
97+ sig:kotlin :
7398 - changed-files :
7499 - any-glob-to-any-file :
75- - content/en/docs/languages/net/**
76- - content/en/docs/zero-code/net/**
100+ - content/en/docs/languages/kotlin/**
101+ sig:obi :
102+ - changed-files :
103+ - any-glob-to-any-file :
104+ - content/en/docs/zero-code/obi/**
105+ sig:operator :
106+ - changed-files :
107+ - any-glob-to-any-file :
108+ - content/en/docs/kubernetes/operator/**
77109sig:php :
78110 - changed-files :
79111 - any-glob-to-any-file :
@@ -92,39 +124,29 @@ sig:rust:
92124 - changed-files :
93125 - any-glob-to-any-file :
94126 - content/en/docs/languages/rust/**
95- sig:swift :
96- - changed-files :
97- - any-glob-to-any-file :
98- - content/en/docs/languages/swift/**
99- sig:operator :
100- - changed-files :
101- - any-glob-to-any-file :
102- - content/en/docs/kubernetes/operator/**
103- sig:helm :
104- - changed-files :
105- - any-glob-to-any-file :
106- - content/en/docs/kubernetes/helm/**
107127sig:security :
108128 - changed-files :
109129 - any-glob-to-any-file :
110130 - content/en/docs/security/**
111- sig:demo :
112- - changed-files :
113- - any-glob-to-any-file :
114- - content/en/docs/demo/**
115- sig:collector :
131+ sig:spec :
116132 - changed-files :
117133 - any-glob-to-any-file :
118- - content/en/docs/collector /**
119- sig:enduser :
134+ - content/en/docs/specs /**
135+ sig:swift :
120136 - changed-files :
121137 - any-glob-to-any-file :
122- - content/en/community/end-user/**
123- sig:spec :
138+ - content/en/docs/languages/swift/**
139+
140+ # CI & Infrastructure labels
141+ CI/infra :
124142 - changed-files :
125143 - any-glob-to-any-file :
126- - content/en/docs/specs/**
127- sig:obi :
144+ - .devcontainer/**
145+ - .github/**
146+ - config/**
147+
148+ dependencies :
128149 - changed-files :
129150 - any-glob-to-any-file :
130- - content/en/docs/zero-code/obi/**
151+ - package.json
152+ - .gitmodules
0 commit comments