labels.yml 8.7 KB

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