labels.yml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. # This file is used to declaratively define the sentry repository labels.
  2. #
  3. # XXX: A note on renaming labels
  4. #
  5. # You MUST use a `alias: [ ... ]` list for the label to specify the old name of
  6. # the label, so that it can correctly rename the label.
  7. #
  8. # Read more here: https://github.com/Financial-Times/github-label-sync#label-config-file
  9. # Getsentry workflow control
  10. - name: 'Trigger: getsentry tests'
  11. aliases: ['trigger-getsentry-external']
  12. color: 'A0CABD'
  13. description: 'once code is reviewed: apply label to PR to trigger getsentry tests'
  14. - name: 'Trigger: Revert'
  15. color: 'A0CABD'
  16. description: 'add to a merged PR to revert it (skips CI)'
  17. - name: 'Trigger: Silo db'
  18. color: 'A0CABD'
  19. description: 'Trigger tests with split databases that simulate hybrid cloud data separation in postgres'
  20. - name: 'Trigger: Visual Snapshot'
  21. color: 'A0CABD'
  22. description: 'add to a PR to run a visual snapshot diff'
  23. # Unito - www.notion.so/52d10dbfad474328850319e48b057a5b
  24. - name: 'Sync: Jira'
  25. color: 'A0CABD'
  26. description: 'apply to auto-create a Jira shadow ticket'
  27. # Scopes
  28. - name: 'Scope: Backend'
  29. color: 'F5B000'
  30. description: Automatically applied to PRs that change backend components
  31. - name: 'Scope: Frontend'
  32. color: '3C74DD'
  33. description: Automatically applied to PRs that change frontend components
  34. # Issue type
  35. - name: 'Type: Bug'
  36. color: '584774'
  37. description: ''
  38. - name: 'Type: CI Flakiness'
  39. color: '584774'
  40. description: ''
  41. - name: 'Type: Design'
  42. color: '584774'
  43. description: ''
  44. - name: 'Type: Feature Request'
  45. color: '584774'
  46. description: ''
  47. - name: 'Type: Improvement'
  48. color: '584774'
  49. description: ''
  50. - name: 'Type: Support'
  51. color: '584774'
  52. description: ''
  53. - name: 'Type: Support Request'
  54. color: '584774'
  55. description: ''
  56. - name: 'Type: User Feedback'
  57. color: '584774'
  58. description: ''
  59. # Components
  60. - name: 'Component: Analytics'
  61. color: '584774'
  62. description: ''
  63. - name: 'Component: API'
  64. color: '584774'
  65. description: ''
  66. - name: 'Component: Auth'
  67. color: '584774'
  68. description: ''
  69. - name: 'Component: Beacon'
  70. color: '584774'
  71. description: ''
  72. - name: 'Component: CI'
  73. color: '584774'
  74. description: Continuous Integration pipeline (GitHub Actions)
  75. - name: 'Component: Core Frontend (React)'
  76. color: '584774'
  77. description: ''
  78. - name: 'Component: Debugger'
  79. color: '584774'
  80. description: ''
  81. - name: 'Component: Developer Environment'
  82. color: '584774'
  83. description: This covers issues related to setting up a developer's environment
  84. - name: 'Component: Documentation'
  85. color: '584774'
  86. description: ''
  87. - name: 'Component: Event Pipeline'
  88. color: '584774'
  89. description: ''
  90. - name: 'Component: Feedback'
  91. color: '584774'
  92. description: ''
  93. - name: 'Component: Grouping'
  94. color: '584774'
  95. description: ''
  96. - name: 'Component: i18n'
  97. color: '584774'
  98. description: ''
  99. - name: 'Component: Inbound Filters'
  100. color: '584774'
  101. description: ''
  102. - name: 'Component: Integrations'
  103. color: '584774'
  104. description: ''
  105. - name: 'Component: Issues'
  106. color: '584774'
  107. description: ''
  108. - name: 'Component: Logging'
  109. color: '584774'
  110. description: ''
  111. - name: 'Component: Monitoring'
  112. color: '584774'
  113. description: ''
  114. - name: 'Component: Notifications'
  115. color: '584774'
  116. description: ''
  117. - name: 'Component: Onboarding'
  118. color: '584774'
  119. description: ''
  120. - name: 'Component: Package'
  121. color: '584774'
  122. description: ''
  123. - name: 'Component: Performance'
  124. color: '584774'
  125. description: Performance product, including Performance Issues
  126. - name: 'Component: Relay'
  127. color: '584774'
  128. description: ''
  129. - name: 'Component: Releases'
  130. color: '584774'
  131. description: ''
  132. - name: 'Component: Rules'
  133. color: '584774'
  134. description: ''
  135. - name: 'Component: SDK'
  136. color: '584774'
  137. description: ''
  138. - name: 'Component: Search'
  139. color: '584774'
  140. description: ''
  141. - name: 'Component: Source Maps'
  142. color: '584774'
  143. description: ''
  144. - name: 'Component: UI'
  145. color: '584774'
  146. description: ''
  147. - name: 'Component: User Crash Report'
  148. color: '584774'
  149. description: ''
  150. - name: 'Component: Workflow'
  151. color: '584774'
  152. description: ''
  153. # Waiting for Labels
  154. - name: 'Waiting for: Support'
  155. color: '8D5494'
  156. - name: 'Waiting for: Product Owner'
  157. color: '8D5494'
  158. - name: 'Waiting for: Community'
  159. color: '8D5494'
  160. # Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
  161. - name: 'Product Area: Unknown'
  162. color: '8D5494'
  163. - name: 'Product Area: Sign In'
  164. color: '8D5494'
  165. - name: 'Product Area: Issues'
  166. color: '8D5494'
  167. - name: 'Product Area: Issues - Source Maps'
  168. color: '8D5494'
  169. - name: 'Product Area: Issues - Suggested Fix'
  170. color: '8D5494'
  171. - name: 'Product Area: Projects'
  172. color: '8D5494'
  173. - name: 'Product Area: Performance'
  174. color: '8D5494'
  175. - name: 'Product Area: Starfish'
  176. color: '8D5494'
  177. - name: 'Product Area: Starfish - API'
  178. color: '8D5494'
  179. - name: 'Product Area: Starfish - Database'
  180. color: '8D5494'
  181. - name: 'Product Area: Profiling'
  182. color: '8D5494'
  183. - name: 'Product Area: Replays'
  184. color: '8D5494'
  185. - name: 'Product Area: Crons'
  186. color: '8D5494'
  187. - name: 'Product Area: Alerts'
  188. color: '8D5494'
  189. - name: 'Product Area: Discover'
  190. color: '8D5494'
  191. - name: 'Product Area: Dashboards'
  192. color: '8D5494'
  193. - name: 'Product Area: Releases'
  194. color: '8D5494'
  195. - name: 'Product Area: User Feedback'
  196. color: '8D5494'
  197. - name: 'Product Area: Stats'
  198. color: '8D5494'
  199. - name: 'Product Area: Settings'
  200. color: '8D5494'
  201. - name: 'Product Area: Settings - General'
  202. color: '8D5494'
  203. - name: 'Product Area: Settings - Projects'
  204. color: '8D5494'
  205. - name: 'Product Area: Settings - Teams'
  206. color: '8D5494'
  207. - name: 'Product Area: Settings - Members'
  208. color: '8D5494'
  209. - name: 'Product Area: Settings - Security & Privacy'
  210. color: '8D5494'
  211. - name: 'Product Area: Settings - Auth'
  212. color: '8D5494'
  213. - name: 'Product Area: Settings - Relay'
  214. color: '8D5494'
  215. - name: 'Product Area: Settings - Repositories'
  216. color: '8D5494'
  217. - name: 'Product Area: Settings - Integrations'
  218. color: '8D5494'
  219. - name: 'Product Area: Settings - Developer Settings'
  220. color: '8D5494'
  221. - name: 'Product Area: Settings - Spend Allocation'
  222. color: '8D5494'
  223. - name: 'Product Area: Settings - Spike Protection'
  224. color: '8D5494'
  225. - name: 'Product Area: Help'
  226. color: '8D5494'
  227. - name: "Product Area: What's New"
  228. color: '8D5494'
  229. - name: 'Product Area: Footer'
  230. color: '8D5494'
  231. - name: 'Product Area: Other'
  232. color: '8D5494'
  233. # Deploy types
  234. - name: 'Deploy: Monitored'
  235. color: 'FFB287'
  236. description: This PR requires a monitored deploy
  237. - name: 'Deploy: Risky'
  238. color: 'C83852'
  239. description: This is a particularly risky deploy
  240. # Feature types
  241. - name: 'Feature: Alert Rule'
  242. color: '8A7259'
  243. description: ''
  244. - name: 'Feature: Errors'
  245. color: 'ffa0df'
  246. description: ''
  247. # Hacktoberfest
  248. - name: 'Hacktoberfest :jack_o_lantern:'
  249. color: 'ffa500'
  250. description: ''
  251. - name: Hacktoberfest-accepted
  252. color: 'e99695'
  253. description: Accept for Hacktoberfest - will merge later
  254. # Hackweek
  255. - name: 'Hackweek :zap:'
  256. color: 'F91A8A'
  257. description: ''
  258. # Impacts
  259. - name: 'Impact: Large'
  260. color: 'C83852'
  261. description: ''
  262. - name: 'Impact: Medium'
  263. color: 'FFB287'
  264. description: ''
  265. - name: 'Impact: Small'
  266. color: '452650'
  267. description: ''
  268. - name: 'Impact: Migration'
  269. color: 'C83852'
  270. description: ''
  271. # Platforms
  272. - name: 'Platform: .NET'
  273. color: '584774'
  274. description: ''
  275. - name: 'Platform: Cocoa'
  276. color: '584774'
  277. description: ''
  278. - name: 'Platform: Dart'
  279. color: '584774'
  280. description: ''
  281. - name: 'Platform: Java'
  282. color: '584774'
  283. description: ''
  284. - name: 'Platform: JavaScript'
  285. color: '584774'
  286. description: ''
  287. - name: 'Platform: PHP'
  288. color: '584774'
  289. description: ''
  290. - name: 'Platform: Python'
  291. color: '584774'
  292. description: ''
  293. - name: 'Platform: React Native'
  294. color: '584774'
  295. description: ''
  296. - name: 'Platform: Ruby'
  297. color: '584774'
  298. description: ''
  299. - name: 'Platform: Unity'
  300. color: '584774'
  301. description: ''
  302. # Hosting type
  303. - name: 'Hosting: Self-hosted'
  304. color: '584774'
  305. description: ''
  306. - name: 'Hosting: sentry.io'
  307. color: '584774'
  308. description: ''
  309. # Generic useful label
  310. - name: WIP
  311. color: 'F6F6F8'
  312. description: ''
  313. - name: Do Not Merge
  314. color: 'C83852'
  315. description: Don't merge
  316. - name: Easy Task
  317. color: 'F6F6F8'
  318. description: ''
  319. - name: Security
  320. color: 'C83852'
  321. description: ''
  322. # Legacy labels
  323. - name: 'Package: browser'
  324. color: '6780AD'
  325. description: ''
  326. - name: Design Review
  327. color: 'F6F6F8'
  328. description: ''
  329. - name: enhancement
  330. color: 'a2eeef'
  331. description: ''
  332. - name: help wanted
  333. color: '159818'
  334. description: ''
  335. - name: invalid
  336. color: 'F6F6F8'
  337. description: ''
  338. - name: wcgw
  339. color: 'F6F6F8'
  340. description: ''