labels.yml 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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. # Status for use with stalebot and routing/triage
  35. - name: 'Status: Backlog'
  36. color: '8D5494'
  37. description: stalebot will ignore
  38. - name: 'Status: In Progress'
  39. color: '8D5494'
  40. description: stalebot will ignore
  41. - name: 'Status: Invalid'
  42. color: '8D5494'
  43. description: ''
  44. - name: 'Status: Investigating'
  45. color: '8D5494'
  46. description: ''
  47. - name: 'Status: Needs More Information'
  48. color: '8D5494'
  49. description: stalebot will close after four weeks of inactivity
  50. - name: 'Status: Stale'
  51. color: '8D5494'
  52. description: stalebot will close after another week of inactivity
  53. - name: 'Status: Unrouted'
  54. color: '8D5494'
  55. description: stalebot will close after four weeks of inactivity
  56. - name: 'Status: Untriaged'
  57. color: '8D5494'
  58. description: stalebot will close after four weeks of inactivity
  59. # Issue type
  60. - name: 'Type: Bug'
  61. color: '584774'
  62. description: ''
  63. - name: 'Type: CI Flakiness'
  64. color: '584774'
  65. description: ''
  66. - name: 'Type: Design'
  67. color: '584774'
  68. description: ''
  69. - name: 'Type: Feature Request'
  70. color: '584774'
  71. description: ''
  72. - name: 'Type: Improvement'
  73. color: '584774'
  74. description: ''
  75. - name: 'Type: Support'
  76. color: '584774'
  77. description: ''
  78. - name: 'Type: Support Request'
  79. color: '584774'
  80. description: ''
  81. - name: 'Type: User Feedback'
  82. color: '584774'
  83. description: ''
  84. # Components
  85. - name: 'Component: Analytics'
  86. color: '584774'
  87. description: ''
  88. - name: 'Component: API'
  89. color: '584774'
  90. description: ''
  91. - name: 'Component: Auth'
  92. color: '584774'
  93. description: ''
  94. - name: 'Component: Beacon'
  95. color: '584774'
  96. description: ''
  97. - name: 'Component: CI'
  98. color: '584774'
  99. description: Continuous Integration pipeline (GitHub Actions)
  100. - name: 'Component: Core Frontend (React)'
  101. color: '584774'
  102. description: ''
  103. - name: 'Component: Debugger'
  104. color: '584774'
  105. description: ''
  106. - name: 'Component: Developer Environment'
  107. color: '584774'
  108. description: This covers issues related to setting up a developer's environment
  109. - name: 'Component: Documentation'
  110. color: '584774'
  111. description: ''
  112. - name: 'Component: Event Pipeline'
  113. color: '584774'
  114. description: ''
  115. - name: 'Component: Feedback'
  116. color: '584774'
  117. description: ''
  118. - name: 'Component: Grouping'
  119. color: '584774'
  120. description: ''
  121. - name: 'Component: i18n'
  122. color: '584774'
  123. description: ''
  124. - name: 'Component: Inbound Filters'
  125. color: '584774'
  126. description: ''
  127. - name: 'Component: Integrations'
  128. color: '584774'
  129. description: ''
  130. - name: 'Component: Issues'
  131. color: '584774'
  132. description: ''
  133. - name: 'Component: Logging'
  134. color: '584774'
  135. description: ''
  136. - name: 'Component: Monitoring'
  137. color: '584774'
  138. description: ''
  139. - name: 'Component: Notifications'
  140. color: '584774'
  141. description: ''
  142. - name: 'Component: Onboarding'
  143. color: '584774'
  144. description: ''
  145. - name: 'Component: Package'
  146. color: '584774'
  147. description: ''
  148. - name: 'Component: Performance'
  149. color: '584774'
  150. description: Performance product, including Performance Issues
  151. - name: 'Component: Relay'
  152. color: '584774'
  153. description: ''
  154. - name: 'Component: Releases'
  155. color: '584774'
  156. description: ''
  157. - name: 'Component: Rules'
  158. color: '584774'
  159. description: ''
  160. - name: 'Component: SDK'
  161. color: '584774'
  162. description: ''
  163. - name: 'Component: Search'
  164. color: '584774'
  165. description: ''
  166. - name: 'Component: Source Maps'
  167. color: '584774'
  168. description: ''
  169. - name: 'Component: UI'
  170. color: '584774'
  171. description: ''
  172. - name: 'Component: User Crash Report'
  173. color: '584774'
  174. description: ''
  175. - name: 'Component: Workflow'
  176. color: '584774'
  177. description: ''
  178. # Waiting for Labels
  179. - name: 'Waiting for: Support'
  180. color: '8D5494'
  181. - name: 'Waiting for: Product Owner'
  182. color: '8D5494'
  183. - name: 'Waiting for: Community'
  184. color: '8D5494'
  185. # Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
  186. - name: 'Product Area: Unknown'
  187. color: '8D5494'
  188. - name: 'Product Area: Sign In'
  189. color: '8D5494'
  190. - name: 'Product Area: Issues'
  191. color: '8D5494'
  192. - name: 'Product Area: Issues - Suggested Fix'
  193. color: '8D5494'
  194. - name: 'Product Area: Projects'
  195. color: '8D5494'
  196. - name: 'Product Area: Performance'
  197. color: '8D5494'
  198. - name: 'Product Area: Profiling'
  199. color: '8D5494'
  200. - name: 'Product Area: Replays'
  201. color: '8D5494'
  202. - name: 'Product Area: Crons'
  203. color: '8D5494'
  204. - name: 'Product Area: Alerts'
  205. color: '8D5494'
  206. - name: 'Product Area: Discover'
  207. color: '8D5494'
  208. - name: 'Product Area: Dashboards'
  209. color: '8D5494'
  210. - name: 'Product Area: Releases'
  211. color: '8D5494'
  212. - name: 'Product Area: User Feedback'
  213. color: '8D5494'
  214. - name: 'Product Area: Stats'
  215. color: '8D5494'
  216. - name: 'Product Area: Settings'
  217. color: '8D5494'
  218. - name: 'Product Area: Settings - General'
  219. color: '8D5494'
  220. - name: 'Product Area: Settings - Projects'
  221. color: '8D5494'
  222. - name: 'Product Area: Settings - Teams'
  223. color: '8D5494'
  224. - name: 'Product Area: Settings - Members'
  225. color: '8D5494'
  226. - name: 'Product Area: Settings - Security & Privacy'
  227. color: '8D5494'
  228. - name: 'Product Area: Settings - Auth'
  229. color: '8D5494'
  230. - name: 'Product Area: Settings - Relay'
  231. color: '8D5494'
  232. - name: 'Product Area: Settings - Repositories'
  233. color: '8D5494'
  234. - name: 'Product Area: Settings - Integrations'
  235. color: '8D5494'
  236. - name: 'Product Area: Settings - Developer Settings'
  237. color: '8D5494'
  238. - name: 'Product Area: Settings - Spend Allocation'
  239. color: '8D5494'
  240. - name: 'Product Area: Settings - Spike Protection'
  241. color: '8D5494'
  242. - name: 'Product Area: Help'
  243. color: '8D5494'
  244. - name: "Product Area: What's New"
  245. color: '8D5494'
  246. - name: 'Product Area: Footer'
  247. color: '8D5494'
  248. - name: 'Product Area: Other'
  249. color: '8D5494'
  250. # Deploy types
  251. - name: 'Deploy: Monitored'
  252. color: 'FFB287'
  253. description: This PR requires a monitored deploy
  254. - name: 'Deploy: Risky'
  255. color: 'C83852'
  256. description: This is a particularly risky deploy
  257. # Feature types
  258. - name: 'Feature: Alert Rule'
  259. color: '8A7259'
  260. description: ''
  261. - name: 'Feature: Errors'
  262. color: 'ffa0df'
  263. description: ''
  264. # Hacktoberfest
  265. - name: 'Hacktoberfest :jack_o_lantern:'
  266. color: 'ffa500'
  267. description: ''
  268. - name: Hacktoberfest-accepted
  269. color: 'e99695'
  270. description: Accept for Hacktoberfest - will merge later
  271. # Hackweek
  272. - name: 'Hackweek :zap:'
  273. color: 'F91A8A'
  274. description: ''
  275. # Impacts
  276. - name: 'Impact: Large'
  277. color: 'C83852'
  278. description: ''
  279. - name: 'Impact: Medium'
  280. color: 'FFB287'
  281. description: ''
  282. - name: 'Impact: Small'
  283. color: '452650'
  284. description: ''
  285. - name: 'Impact: Migration'
  286. color: 'C83852'
  287. description: ''
  288. # Platforms
  289. - name: 'Platform: .NET'
  290. color: '584774'
  291. description: ''
  292. - name: 'Platform: Cocoa'
  293. color: '584774'
  294. description: ''
  295. - name: 'Platform: Dart'
  296. color: '584774'
  297. description: ''
  298. - name: 'Platform: Java'
  299. color: '584774'
  300. description: ''
  301. - name: 'Platform: JavaScript'
  302. color: '584774'
  303. description: ''
  304. - name: 'Platform: PHP'
  305. color: '584774'
  306. description: ''
  307. - name: 'Platform: Python'
  308. color: '584774'
  309. description: ''
  310. - name: 'Platform: React Native'
  311. color: '584774'
  312. description: ''
  313. - name: 'Platform: Ruby'
  314. color: '584774'
  315. description: ''
  316. - name: 'Platform: Unity'
  317. color: '584774'
  318. description: ''
  319. # Hosting type
  320. - name: 'Hosting: Self-hosted'
  321. color: '584774'
  322. description: ''
  323. - name: 'Hosting: sentry.io'
  324. color: '584774'
  325. description: ''
  326. # Generic useful label
  327. - name: WIP
  328. color: 'F6F6F8'
  329. description: ''
  330. - name: Do Not Merge
  331. color: 'C83852'
  332. description: Don't merge
  333. - name: Easy Task
  334. color: 'F6F6F8'
  335. description: ''
  336. - name: Security
  337. color: 'C83852'
  338. description: ''
  339. # Legacy labels
  340. - name: 'Package: browser'
  341. color: '6780AD'
  342. description: ''
  343. - name: Design Review
  344. color: 'F6F6F8'
  345. description: ''
  346. - name: enhancement
  347. color: 'a2eeef'
  348. description: ''
  349. - name: help wanted
  350. color: '159818'
  351. description: ''
  352. - name: invalid
  353. color: 'F6F6F8'
  354. description: ''
  355. - name: wcgw
  356. color: 'F6F6F8'
  357. description: ''