labels.yml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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 - Source Maps'
  193. color: '8D5494'
  194. - name: 'Product Area: Issues - Suggested Fix'
  195. color: '8D5494'
  196. - name: 'Product Area: Projects'
  197. color: '8D5494'
  198. - name: 'Product Area: Performance'
  199. color: '8D5494'
  200. - name: 'Product Area: Starfish'
  201. color: '8D5494'
  202. - name: 'Product Area: Starfish - API'
  203. color: '8D5494'
  204. - name: 'Product Area: Starfish - Database'
  205. color: '8D5494'
  206. - name: 'Product Area: Profiling'
  207. color: '8D5494'
  208. - name: 'Product Area: Replays'
  209. color: '8D5494'
  210. - name: 'Product Area: Crons'
  211. color: '8D5494'
  212. - name: 'Product Area: Alerts'
  213. color: '8D5494'
  214. - name: 'Product Area: Discover'
  215. color: '8D5494'
  216. - name: 'Product Area: Dashboards'
  217. color: '8D5494'
  218. - name: 'Product Area: Releases'
  219. color: '8D5494'
  220. - name: 'Product Area: User Feedback'
  221. color: '8D5494'
  222. - name: 'Product Area: Stats'
  223. color: '8D5494'
  224. - name: 'Product Area: Settings'
  225. color: '8D5494'
  226. - name: 'Product Area: Settings - General'
  227. color: '8D5494'
  228. - name: 'Product Area: Settings - Projects'
  229. color: '8D5494'
  230. - name: 'Product Area: Settings - Teams'
  231. color: '8D5494'
  232. - name: 'Product Area: Settings - Members'
  233. color: '8D5494'
  234. - name: 'Product Area: Settings - Security & Privacy'
  235. color: '8D5494'
  236. - name: 'Product Area: Settings - Auth'
  237. color: '8D5494'
  238. - name: 'Product Area: Settings - Relay'
  239. color: '8D5494'
  240. - name: 'Product Area: Settings - Repositories'
  241. color: '8D5494'
  242. - name: 'Product Area: Settings - Integrations'
  243. color: '8D5494'
  244. - name: 'Product Area: Settings - Developer Settings'
  245. color: '8D5494'
  246. - name: 'Product Area: Settings - Spend Allocation'
  247. color: '8D5494'
  248. - name: 'Product Area: Settings - Spike Protection'
  249. color: '8D5494'
  250. - name: 'Product Area: Help'
  251. color: '8D5494'
  252. - name: "Product Area: What's New"
  253. color: '8D5494'
  254. - name: 'Product Area: Footer'
  255. color: '8D5494'
  256. - name: 'Product Area: Other'
  257. color: '8D5494'
  258. # Deploy types
  259. - name: 'Deploy: Monitored'
  260. color: 'FFB287'
  261. description: This PR requires a monitored deploy
  262. - name: 'Deploy: Risky'
  263. color: 'C83852'
  264. description: This is a particularly risky deploy
  265. # Feature types
  266. - name: 'Feature: Alert Rule'
  267. color: '8A7259'
  268. description: ''
  269. - name: 'Feature: Errors'
  270. color: 'ffa0df'
  271. description: ''
  272. # Hacktoberfest
  273. - name: 'Hacktoberfest :jack_o_lantern:'
  274. color: 'ffa500'
  275. description: ''
  276. - name: Hacktoberfest-accepted
  277. color: 'e99695'
  278. description: Accept for Hacktoberfest - will merge later
  279. # Hackweek
  280. - name: 'Hackweek :zap:'
  281. color: 'F91A8A'
  282. description: ''
  283. # Impacts
  284. - name: 'Impact: Large'
  285. color: 'C83852'
  286. description: ''
  287. - name: 'Impact: Medium'
  288. color: 'FFB287'
  289. description: ''
  290. - name: 'Impact: Small'
  291. color: '452650'
  292. description: ''
  293. - name: 'Impact: Migration'
  294. color: 'C83852'
  295. description: ''
  296. # Platforms
  297. - name: 'Platform: .NET'
  298. color: '584774'
  299. description: ''
  300. - name: 'Platform: Cocoa'
  301. color: '584774'
  302. description: ''
  303. - name: 'Platform: Dart'
  304. color: '584774'
  305. description: ''
  306. - name: 'Platform: Java'
  307. color: '584774'
  308. description: ''
  309. - name: 'Platform: JavaScript'
  310. color: '584774'
  311. description: ''
  312. - name: 'Platform: PHP'
  313. color: '584774'
  314. description: ''
  315. - name: 'Platform: Python'
  316. color: '584774'
  317. description: ''
  318. - name: 'Platform: React Native'
  319. color: '584774'
  320. description: ''
  321. - name: 'Platform: Ruby'
  322. color: '584774'
  323. description: ''
  324. - name: 'Platform: Unity'
  325. color: '584774'
  326. description: ''
  327. # Hosting type
  328. - name: 'Hosting: Self-hosted'
  329. color: '584774'
  330. description: ''
  331. - name: 'Hosting: sentry.io'
  332. color: '584774'
  333. description: ''
  334. # Generic useful label
  335. - name: WIP
  336. color: 'F6F6F8'
  337. description: ''
  338. - name: Do Not Merge
  339. color: 'C83852'
  340. description: Don't merge
  341. - name: Easy Task
  342. color: 'F6F6F8'
  343. description: ''
  344. - name: Security
  345. color: 'C83852'
  346. description: ''
  347. # Legacy labels
  348. - name: 'Package: browser'
  349. color: '6780AD'
  350. description: ''
  351. - name: Design Review
  352. color: 'F6F6F8'
  353. description: ''
  354. - name: enhancement
  355. color: 'a2eeef'
  356. description: ''
  357. - name: help wanted
  358. color: '159818'
  359. description: ''
  360. - name: invalid
  361. color: 'F6F6F8'
  362. description: ''
  363. - name: wcgw
  364. color: 'F6F6F8'
  365. description: ''