Skip to content

Commit

Permalink
chore(repo): Fix svelte/svelteKit issue label assignment (#14569)
Browse files Browse the repository at this point in the history
Because of the order of entries, we assigned package: svelte labels for
sveltekit SDK issues. Not the end of the world but swapping the order
should fix this.
  • Loading branch information
Lms24 authored Dec 4, 2024
1 parent 81ec14a commit cb1c7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-package-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
"@sentry.solid": {
"label": "Package: solidstart"
},
"@sentry.svelte": {
"label": "Package: svelte"
},
"@sentry.sveltekit": {
"label": "Package: sveltekit"
},
"@sentry.svelte": {
"label": "Package: svelte"
},
"@sentry.vue": {
"label": "Package: vue"
},
Expand Down

0 comments on commit cb1c7ee

Please sign in to comment.