Skip to content

Commit

Permalink
Auto label sdk issues (#11275)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-anderson authored Sep 6, 2024
1 parent b5a7ec2 commit 242a9bd
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/issue-sdk-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,79 +29,79 @@ jobs:
# Note: Since this is handled as a regex, and JSON parse wrangles slashes /, we just use `.` instead
map: |
{
"Android SDK": {
"Android.SDK": {
"label": "Platform: Android"
},
"Apple SDK": {
"Apple.SDK": {
"label": "Platform: Cocoa"
},
"Dart SDK": {
"Dart.SDK": {
"label": "Platform: Dart"
},
"Elixir SDK": {
"Elixir.SDK": {
"label": "Platform: Elixir"
},
"Flutter SDK": {
"Flutter.SDK": {
"label": "Platform: Flutter"
},
"Go SDK": {
"Go.SDK": {
"label": "Platform: Go"
},
"Java SDK": {
"Java.SDK": {
"label": "Platform: Java"
},
"JavaScript SDK": {
"JavaScript.SDK": {
"label": "Platform: JavaScript"
},
"Kotlin Multiplatform SDK": {
"Kotlin.Multiplatform.SDK": {
"label": "Platform: KMP"
},
"Native SDK": {
"Native.SDK": {
"label": "Platform: Native"
},
".NET SDK": {
".NET.SDK": {
"label": "Platform: .NET"
},
"PHP SDK": {
"PHP.SDK": {
"label": "Platform: PHP"
},
"PowerShell SDK": {
"PowerShell.SDK": {
"label": "Platform: PowerShell"
},
"Python SDK": {
"Python.SDK": {
"label": "Platform: Python"
},
"React Native SDK": {
"React.Native.SDK": {
"label": "Platform: React Native"
},
"Ruby SDK": {
"Ruby.SDK": {
"label": "Platform: Ruby"
},
"Rust SDK": {
"Rust.SDK": {
"label": "Platform: Rust"
},
"Unity SDK": {
"Unity.SDK": {
"label": "Platform: Unity"
},
"Unreal Engine SDK": {
"Unreal.Engine.SDK": {
"label": "Platform: Unreal"
},
"Sentry CLI": {
"Sentry.CLI": {
"label": "Platform: CLI"
},
"All JavaScript SDKs": {
"All.JavaScript.SDKs": {
"label": "Team: Web Frontend SDKs"
},
"All Backend SDKs": {
"All.Backend.SDKs": {
"label": "Team: Web Backend SDKs"
},
"All Gaming SDKs": {
"All.Gaming.SDKs": {
"label": "Team: Web Backend SDKs"
},
"All Mobile SDKs": {
"All.Mobile.SDKs": {
"label": "Team: Mobile Platform"
},
"All SDKs": {
"All.SDKs": {
"label": "Team: SDKs"
},
"Other": {
Expand Down

0 comments on commit 242a9bd

Please sign in to comment.