mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
fix(ci): use new client_golang
This commit is contained in:
committed by
Łukasz Mierzwa
parent
a80ab8f6b1
commit
5ff6f75bd9
@@ -341,7 +341,7 @@ func countAlerts(uri string, timeout time.Duration, transport http.RoundTripper,
|
||||
|
||||
lv := model.LabelSet{}
|
||||
for k, v := range labels {
|
||||
if slices.Contains(names, k) {
|
||||
if slices.Contains(names, model.LabelName(k)) {
|
||||
lv[model.LabelName(k)] = model.LabelValue(v)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-5
@@ -7,16 +7,12 @@
|
||||
"src/e2e/stories.tsx"
|
||||
],
|
||||
"ignore": [
|
||||
"src/Styles/**",
|
||||
"vite-env.d.ts"
|
||||
"src/Styles/**"
|
||||
],
|
||||
"ignoreDependencies": [
|
||||
"bootstrap",
|
||||
"bootswatch",
|
||||
"typeface-open-sans",
|
||||
"prettier"
|
||||
],
|
||||
"ignoreBinaries": [
|
||||
"source-map-explorer"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user