Skip to content

Commit 3f4a07a

Browse files
fix/re-add dropped labels (#11738)
1 parent 1fae078 commit 3f4a07a

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

.github/labels.yml

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
color: F6F6F8
1818
description: Pull requests that update a dependency file
1919

20+
# Issue types
21+
- name: 'Type: Content'
22+
color: FBCA04
23+
- name: 'Type: Platform'
24+
color: 1D76DB
25+
26+
#
27+
- name: 'Develop'
28+
color: F6F6F8
29+
2030
# Impacts
2131
- name: 'Impact: Large'
2232
color: C83852
@@ -32,6 +42,8 @@
3242
color: '584774'
3343
- name: 'Platform: Capacitor'
3444
color: '584774'
45+
- name: 'Platform: CLI'
46+
color: '584774'
3547
- name: 'Platform: Cocoa'
3648
color: '584774'
3749
- name: 'Platform: Cordova'
@@ -40,14 +52,20 @@
4052
color: '584774'
4153
- name: 'Platform: Elixir'
4254
color: '584774'
55+
- name: 'Platform: Flutter'
56+
color: '584774'
4357
- name: 'Platform: Go'
4458
color: '584774'
59+
- name: 'Platform: iOS'
60+
color: '584774'
4561
- name: 'Platform: Java'
4662
color: '584774'
4763
- name: 'Platform: JavaScript'
4864
color: '584774'
4965
- name: 'Platform: KMP'
5066
color: '584774'
67+
- name: 'Platform: Native'
68+
color: '584774'
5169
- name: 'Platform: PHP'
5270
color: '584774'
5371
- name: 'Platform: Python'
@@ -67,6 +85,7 @@
6785
- name: 'Platform: Xamarin'
6886
color: '584774'
6987

88+
7089
# Waiting for Labels
7190
- name: 'Waiting for: Support'
7291
color: '8D5494'
@@ -80,7 +99,7 @@
8099
# Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
81100
- name: 'Product Area: Unknown'
82101
color: '8D5494'
83-
- name: 'Product Area: Go to Sentry'
102+
- name: 'Product Area: Sign In'
84103
color: '8D5494'
85104
- name: 'Product Area: Issues'
86105
color: '8D5494'
@@ -217,16 +236,36 @@
217236
- name: 'Team: Web Frontend'
218237
color: 8D5494
219238
description: team-web-sdk-frontend
239+
- name: 'Team: Web Frontend SDKs'
240+
color: 8D5494
241+
description: team-web-sdk-frontend
220242
- name: 'Team: Web SDK Backend'
221243
color: 8D5494
222244
description: team-web-sdk-backend
245+
- name: 'Team: Web Backend SDKs'
246+
color: 8D5494
247+
description: team-web-sdk-backend
223248
- name: 'Team: Workflow'
224249
color: 8D5494
250+
- name: 'All SDKs'
251+
color: 1D76DB
252+
- name: 'SDKs'
253+
color: 1D76DB
254+
- name: 'Develop'
255+
color: 8D5494
256+
- name: 'Do not merge'
257+
color: 8D5494
258+
- name: 'Improvement'
259+
color: 8D5494
260+
- name: 'Launch 🚀'
261+
color: 8D5494
262+
- name: 'Product'
263+
color: 8D5494
225264

226265
# Miscellaneous
227266
- name: API Docs
228267
color: 649B42
229-
- name: bug
268+
- name: Bug
230269
color: F6F6F8
231270
- name: Common content
232271
color: B0E299
@@ -279,3 +318,11 @@
279318
color: F6F6F8
280319
- name: release health
281320
color: F6F6F8
321+
- name: submodules
322+
color: F6F6F8
323+
- name: '404'
324+
color: F6F6F8
325+
- name: darkmode
326+
color: F6F6F8
327+
- name: github_actions
328+
color: F6F6F8

0 commit comments

Comments
 (0)