Skip to content

Commit b156bda

Browse files
authored
meta(ci): Final FINAL fix for issue package labelling (#8638)
Turns out the action trims whitespace, which leads to this failing. Damn - but it should work with `.` inside as well. A bit hacky, but well...
1 parent 53d32a3 commit b156bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-package-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
"@sentry.wasm": {
7575
"label": "Package: wasm"
7676
},
77-
"Sentry Browser Loader": {
77+
"Sentry.Browser.Loader": {
7878
"label": "Package-Meta: Loader"
7979
},
80-
"Sentry Browser CDN bundle": {
80+
"Sentry.Browser.CDN.bundle": {
8181
"label": "Package-Meta: CDN"
8282
}
8383
}

0 commit comments

Comments
 (0)