Skip to content

Commit

Permalink
meta(ci): Final FINAL fix for issue package labelling (#8638)
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
mydea committed Jul 25, 2023
1 parent 53d32a3 commit b156bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-package-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
"@sentry.wasm": {
"label": "Package: wasm"
},
"Sentry Browser Loader": {
"Sentry.Browser.Loader": {
"label": "Package-Meta: Loader"
},
"Sentry Browser CDN bundle": {
"Sentry.Browser.CDN.bundle": {
"label": "Package-Meta: CDN"
}
}
Expand Down

0 comments on commit b156bda

Please sign in to comment.