Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 49 additions & 2 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
color: F6F6F8
description: Pull requests that update a dependency file

# Issue types
- name: 'Type: Content'
color: FBCA04
- name: 'Type: Platform'
color: 1D76DB

#
- name: 'Develop'
color: F6F6F8

# Impacts
- name: 'Impact: Large'
color: C83852
Expand All @@ -32,6 +42,8 @@
color: '584774'
- name: 'Platform: Capacitor'
color: '584774'
- name: 'Platform: CLI'
color: '584774'
- name: 'Platform: Cocoa'
color: '584774'
- name: 'Platform: Cordova'
Expand All @@ -40,14 +52,20 @@
color: '584774'
- name: 'Platform: Elixir'
color: '584774'
- name: 'Platform: Flutter'
color: '584774'
- name: 'Platform: Go'
color: '584774'
- name: 'Platform: iOS'
color: '584774'
- name: 'Platform: Java'
color: '584774'
- name: 'Platform: JavaScript'
color: '584774'
- name: 'Platform: KMP'
color: '584774'
- name: 'Platform: Native'
color: '584774'
- name: 'Platform: PHP'
color: '584774'
- name: 'Platform: Python'
Expand All @@ -67,6 +85,7 @@
- name: 'Platform: Xamarin'
color: '584774'


# Waiting for Labels
- name: 'Waiting for: Support'
color: '8D5494'
Expand All @@ -80,7 +99,7 @@
# Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
- name: 'Product Area: Unknown'
color: '8D5494'
- name: 'Product Area: Go to Sentry'
- name: 'Product Area: Sign In'
color: '8D5494'
- name: 'Product Area: Issues'
color: '8D5494'
Expand Down Expand Up @@ -217,16 +236,36 @@
- name: 'Team: Web Frontend'
color: 8D5494
description: team-web-sdk-frontend
- name: 'Team: Web Frontend SDKs'
color: 8D5494
description: team-web-sdk-frontend
- name: 'Team: Web SDK Backend'
color: 8D5494
description: team-web-sdk-backend
- name: 'Team: Web Backend SDKs'
color: 8D5494
description: team-web-sdk-backend
- name: 'Team: Workflow'
color: 8D5494
- name: 'All SDKs'
color: 1D76DB
- name: 'SDKs'
color: 1D76DB
- name: 'Develop'
color: 8D5494
- name: 'Do not merge'
color: 8D5494
- name: 'Improvement'
color: 8D5494
- name: 'Launch 🚀'
color: 8D5494
- name: 'Product'
color: 8D5494

# Miscellaneous
- name: API Docs
color: 649B42
- name: bug
- name: Bug
color: F6F6F8
- name: Common content
color: B0E299
Expand Down Expand Up @@ -279,3 +318,11 @@
color: F6F6F8
- name: release health
color: F6F6F8
- name: submodules
color: F6F6F8
- name: '404'
color: F6F6F8
- name: darkmode
color: F6F6F8
- name: github_actions
color: F6F6F8
Loading