Skip to content

Commit ebcb517

Browse files
chargomeclaude
andauthored
chore(ci): Fix "Gatbsy" typo in issue package label workflow (#19905)
The workflow that auto-labels issues based on SDK package name had a typo mapping @sentry/gatsby to "Gatbsy" instead of "Gatsby". Closes #19906 (added automatically) Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 344b774 commit ebcb517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
"label": "Ember"
5858
},
5959
"@sentry.gatsby": {
60-
"label": "Gatbsy"
60+
"label": "Gatsby"
6161
},
6262
"@sentry.google-cloud-serverless": {
6363
"label": "Google Cloud Functions"

0 commit comments

Comments
 (0)