File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed
Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 228228 "aliases" : [" ci:benchmark" ]
229229 },
230230 {
231- "name" : " update : provider" ,
231+ "name" : " type : provider" ,
232232 "color" : " 0075ca" ,
233233 "description" : " Updates provider.json configuration." ,
234- "aliases" : [" provider" ]
234+ "aliases" : [" provider" , " update: provider " ]
235235 },
236236 {
237237 "name" : " ci: test-jit" ,
238238 "color" : " F9D0C4" ,
239239 "description" : " Run all integration tests for the JIT optimized engine" ,
240240 "aliases" : [" ci:test-jit" ]
241241 },
242+ {
243+ "name" : " os: windows" ,
244+ "color" : " 0078d4" ,
245+ "description" : " Windows-specific issue or feature." ,
246+ "aliases" : [" windows" , " win32" , " platform: windows" ]
247+ },
242248 {
243249 "name" : " onlydust-wave" ,
244250 "color" : " FF6D00" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ categories:
44 - title : " 🚀 Features"
55 labels :
66 - " type: feature"
7+ - " type: provider"
78
89 - title : " 📝 Documentation"
910 labels :
@@ -43,6 +44,7 @@ version-resolver:
4344 minor :
4445 labels :
4546 - " type: feature"
47+ - " type: provider"
4648 # Add direct commit message pattern matching for features
4749 commits :
4850 - " feat:"
@@ -111,6 +113,20 @@ autolabeler:
111113 files :
112114 - " /benches/"
113115
114- - label : " update : provider"
116+ - label : " type : provider"
115117 files :
116118 - " provider.json"
119+
120+ - label : " os: windows"
121+ title :
122+ - /windows/i
123+ - /win32/i
124+ - /winapi/i
125+ - /powershell/i
126+ - /scoop/i
127+ - /chocolatey/i
128+ - /winget/i
129+ body :
130+ - /windows[ -](only|specific|terminal|path|installer|build)/i
131+ - /multiline paste.*windows/i
132+ - /windows.*multiline paste/i
You can’t perform that action at this time.
0 commit comments