labels.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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: Visual Snapshot'
  18. color: 'A0CABD'
  19. description: 'add to a PR to run a visual snapshot diff'
  20. # Unito - notion.so/52d10dbfad474328850319e48b057a5b
  21. - name: 'Sync: Jira'
  22. color: 'A0CABD'
  23. description: 'apply to auto-create a Jira shadow ticket'
  24. # Dependabot
  25. - name: dependencies
  26. color: 'ffffff'
  27. description: Pull requests that update a dependency file
  28. # Scopes
  29. - name: 'Scope: Backend'
  30. color: 'F5B000'
  31. description: Automatically applied to PRs that change backend components
  32. - name: 'Scope: Frontend'
  33. color: '3C74DD'
  34. description: Automatically applied to PRs that change frontend components
  35. # Status for use with stalebot and routing/triage
  36. - name: 'Status: Backlog'
  37. color: '8D5494'
  38. description: stalebot will ignore
  39. - name: 'Status: In Progress'
  40. color: '8D5494'
  41. description: stalebot will ignore
  42. - name: 'Status: Invalid'
  43. color: '8D5494'
  44. description: ''
  45. - name: 'Status: Investigating'
  46. color: '8D5494'
  47. description: ''
  48. - name: 'Status: Needs More Information'
  49. color: '8D5494'
  50. description: stalebot will close after four weeks of inactivity
  51. - name: 'Status: Stale'
  52. color: '8D5494'
  53. description: stalebot will close after another week of inactivity
  54. - name: 'Status: Unrouted'
  55. color: '8D5494'
  56. description: stalebot will close after four weeks of inactivity
  57. - name: 'Status: Untriaged'
  58. color: '8D5494'
  59. description: stalebot will close after four weeks of inactivity
  60. # Issue type
  61. - name: 'Type: Bug'
  62. color: '584774'
  63. description: ''
  64. - name: 'Type: CI Flakiness'
  65. color: '584774'
  66. description: ''
  67. - name: 'Type: Design'
  68. color: '584774'
  69. description: ''
  70. - name: 'Type: Feature Request'
  71. color: '584774'
  72. description: ''
  73. - name: 'Type: Improvement'
  74. color: '584774'
  75. description: ''
  76. - name: 'Type: Support'
  77. color: '584774'
  78. description: ''
  79. - name: 'Type: Support Request'
  80. color: '584774'
  81. description: ''
  82. - name: 'Type: User Feedback'
  83. color: '584774'
  84. description: ''
  85. # Components
  86. - name: 'Component: Analytics'
  87. color: '584774'
  88. description: ''
  89. - name: 'Component: API'
  90. color: '584774'
  91. description: ''
  92. - name: 'Component: Auth'
  93. color: '584774'
  94. description: ''
  95. - name: 'Component: Beacon'
  96. color: '584774'
  97. description: ''
  98. - name: 'Component: CI'
  99. color: '584774'
  100. description: Continuous Integration pipeline (GitHub Actions)
  101. - name: 'Component: Core Frontend (React)'
  102. color: '584774'
  103. description: ''
  104. - name: 'Component: Debugger'
  105. color: '584774'
  106. description: ''
  107. - name: 'Component: Developer Environment'
  108. color: '584774'
  109. description: This covers issues related to setting up a developer's environment
  110. - name: 'Component: Documentation'
  111. color: '584774'
  112. description: ''
  113. - name: 'Component: Event Pipeline'
  114. color: '584774'
  115. description: ''
  116. - name: 'Component: Feedback'
  117. color: '584774'
  118. description: ''
  119. - name: 'Component: Grouping'
  120. color: '584774'
  121. description: ''
  122. - name: 'Component: i18n'
  123. color: '584774'
  124. description: ''
  125. - name: 'Component: Inbound Filters'
  126. color: '584774'
  127. description: ''
  128. - name: 'Component: Integrations'
  129. color: '584774'
  130. description: ''
  131. - name: 'Component: Issues'
  132. color: '584774'
  133. description: ''
  134. - name: 'Component: Logging'
  135. color: '584774'
  136. description: ''
  137. - name: 'Component: Monitoring'
  138. color: '584774'
  139. description: ''
  140. - name: 'Component: Notifications'
  141. color: '584774'
  142. description: ''
  143. - name: 'Component: Onboarding'
  144. color: '584774'
  145. description: ''
  146. - name: 'Component: Package'
  147. color: '584774'
  148. description: ''
  149. - name: 'Component: Performance'
  150. color: '584774'
  151. description: Performance product, including Performance Issues
  152. - name: 'Component: Relay'
  153. color: '584774'
  154. description: ''
  155. - name: 'Component: Releases'
  156. color: '584774'
  157. description: ''
  158. - name: 'Component: Rules'
  159. color: '584774'
  160. description: ''
  161. - name: 'Component: SDK'
  162. color: '584774'
  163. description: ''
  164. - name: 'Component: Search'
  165. color: '584774'
  166. description: ''
  167. - name: 'Component: Source Maps'
  168. color: '584774'
  169. description: ''
  170. - name: 'Component: UI'
  171. color: '584774'
  172. description: ''
  173. - name: 'Component: User Crash Report'
  174. color: '584774'
  175. description: ''
  176. - name: 'Component: Workflow'
  177. color: '584774'
  178. description: ''
  179. # Waiting for Labels
  180. - name: 'Waiting for: Support'
  181. color: '8D5494'
  182. - name: 'Waiting for: Product Owner'
  183. color: '8D5494'
  184. - name: 'Waiting for: Community'
  185. color: '8D5494'
  186. # Product Areas - notion.so/sentry/473791bae5bf43399d46093050b77bf0
  187. - name: 'Product Area: Unknown'
  188. color: '8D5494'
  189. - name: 'Product Area: Sign In'
  190. color: '8D5494'
  191. - name: 'Product Area: Issues'
  192. color: '8D5494'
  193. - name: 'Product Area: Issues - Suggested Fix'
  194. color: '8D5494'
  195. - name: 'Product Area: Projects'
  196. color: '8D5494'
  197. - name: 'Product Area: Performance'
  198. color: '8D5494'
  199. - name: 'Product Area: Profiling'
  200. color: '8D5494'
  201. - name: 'Product Area: Replays'
  202. color: '8D5494'
  203. - name: 'Product Area: Crons'
  204. color: '8D5494'
  205. - name: 'Product Area: Alerts'
  206. color: '8D5494'
  207. - name: 'Product Area: Discover'
  208. color: '8D5494'
  209. - name: 'Product Area: Dashboards'
  210. color: '8D5494'
  211. - name: 'Product Area: Releases'
  212. color: '8D5494'
  213. - name: 'Product Area: User Feedback'
  214. color: '8D5494'
  215. - name: 'Product Area: Stats'
  216. color: '8D5494'
  217. - name: 'Product Area: Settings'
  218. color: '8D5494'
  219. - name: 'Product Area: Settings - General'
  220. color: '8D5494'
  221. - name: 'Product Area: Settings - Projects'
  222. color: '8D5494'
  223. - name: 'Product Area: Settings - Teams'
  224. color: '8D5494'
  225. - name: 'Product Area: Settings - Members'
  226. color: '8D5494'
  227. - name: 'Product Area: Settings - Security & Privacy'
  228. color: '8D5494'
  229. - name: 'Product Area: Settings - Auth'
  230. color: '8D5494'
  231. - name: 'Product Area: Settings - Relay'
  232. color: '8D5494'
  233. - name: 'Product Area: Settings - Repositories'
  234. color: '8D5494'
  235. - name: 'Product Area: Settings - Integrations'
  236. color: '8D5494'
  237. - name: 'Product Area: Settings - Developer Settings'
  238. color: '8D5494'
  239. - name: 'Product Area: Settings - Spike Protection'
  240. color: '8D5494'
  241. - name: 'Product Area: Help'
  242. color: '8D5494'
  243. - name: "Product Area: What's New"
  244. color: '8D5494'
  245. - name: 'Product Area: Footer'
  246. color: '8D5494'
  247. - name: 'Product Area: Other'
  248. color: '8D5494'
  249. # Teams
  250. - name: 'Team: Backend'
  251. color: '8D5494'
  252. description: app-backend
  253. - name: 'Team: Core UI'
  254. color: '8D5494'
  255. description: ''
  256. - name: 'Team: Design'
  257. color: '8D5494'
  258. description: ''
  259. - name: 'Team: Dev Infrastructure'
  260. color: '8D5494'
  261. description: dev-infra
  262. - name: 'Team: Discover & Dashboards'
  263. color: '8D5494'
  264. description: discover-n-dashboards
  265. - name: 'Team: Ecosystem'
  266. color: '8D5494'
  267. description: ''
  268. - name: 'Team: Emerging Technology'
  269. color: '8D5494'
  270. description: team-emerging-technology
  271. - name: 'Team: Enterprise'
  272. color: '8D5494'
  273. description: ''
  274. - name: 'Team: Front End'
  275. color: '8D5494'
  276. description: app-frontend
  277. - name: 'Team: Growth'
  278. color: '8D5494'
  279. description: ''
  280. - name: 'Team: Infrastructure'
  281. color: '8D5494'
  282. description: ''
  283. - name: 'Team: Ingest'
  284. color: '8D5494'
  285. description: owners-ingest
  286. - name: 'Team: Issue Experience'
  287. color: '8D5494'
  288. - name: 'Team: Issue Platform'
  289. color: '8D5494'
  290. - name: 'Team: Mobile Developer Experience'
  291. color: '8D5494'
  292. description: team-mdx
  293. - name: 'Team: Mobile Platform'
  294. color: '8D5494'
  295. description: team-mobile
  296. - name: 'Team: Native Platform'
  297. color: '8D5494'
  298. description: owners-native
  299. - name: 'Team: Open Source'
  300. color: '8D5494'
  301. description: ''
  302. - name: 'Team: Ops'
  303. color: '8D5494'
  304. description: ''
  305. - name: 'Team: Performance'
  306. color: '8D5494'
  307. description: 'team-performance'
  308. - name: 'Team: Revenue'
  309. color: '8D5494'
  310. description: ''
  311. - name: 'Team: Search & Storage'
  312. color: '8D5494'
  313. description: sns
  314. - name: 'Team: Security'
  315. color: '8D5494'
  316. description: ''
  317. - name: 'Team: Stacktrace'
  318. color: '8D5494'
  319. description: owners-stacktrace
  320. - name: 'Team: Support'
  321. color: '8D5494'
  322. description: ''
  323. - name: 'Team: Telemetry Experience'
  324. color: '8D5494'
  325. description: telemetry-experience
  326. - name: 'Team: Web SDKs - Backend'
  327. color: '8D5494'
  328. description: team-web-sdk-backend
  329. - name: 'Team: Web SDKs - Frontend'
  330. color: '8D5494'
  331. description: team-web-sdk-frontend
  332. - name: 'Team: Workflow'
  333. color: '8D5494'
  334. description: ''
  335. - name: 'Team: Crons'
  336. color: '8D5494'
  337. description: ''
  338. - name: 'Team: Profiling'
  339. color: '8D5494'
  340. description: ''
  341. # Deploy types
  342. - name: 'Deploy: Monitored'
  343. color: 'FFB287'
  344. description: This PR requires a monitored deploy
  345. - name: 'Deploy: Risky'
  346. color: 'C83852'
  347. description: This is a particularly risky deploy
  348. # Feature types
  349. - name: 'Feature: Alert Rule'
  350. color: '8A7259'
  351. description: ''
  352. - name: 'Feature: Errors'
  353. color: 'ffa0df'
  354. description: ''
  355. # Hacktoberfest
  356. - name: 'Hacktoberfest :jack_o_lantern:'
  357. color: 'ffa500'
  358. description: ''
  359. - name: Hacktoberfest-accepted
  360. color: 'e99695'
  361. description: Accept for Hacktoberfest - will merge later
  362. # Hackweek
  363. - name: 'Hackweek :zap:'
  364. color: 'F91A8A'
  365. description: ''
  366. # Impacts
  367. - name: 'Impact: Large'
  368. color: 'C83852'
  369. description: ''
  370. - name: 'Impact: Medium'
  371. color: 'FFB287'
  372. description: ''
  373. - name: 'Impact: Small'
  374. color: '452650'
  375. description: ''
  376. - name: 'Impact: Migration'
  377. color: 'C83852'
  378. description: ''
  379. # Platforms
  380. - name: 'Platform: .NET'
  381. color: '584774'
  382. description: ''
  383. - name: 'Platform: Cocoa'
  384. color: '584774'
  385. description: ''
  386. - name: 'Platform: Dart'
  387. color: '584774'
  388. description: ''
  389. - name: 'Platform: Java'
  390. color: '584774'
  391. description: ''
  392. - name: 'Platform: JavaScript'
  393. color: '584774'
  394. description: ''
  395. - name: 'Platform: PHP'
  396. color: '584774'
  397. description: ''
  398. - name: 'Platform: Python'
  399. color: '584774'
  400. description: ''
  401. - name: 'Platform: Ruby'
  402. color: '584774'
  403. description: ''
  404. - name: 'Platform: Unity'
  405. color: '584774'
  406. description: ''
  407. # Hosting type
  408. - name: 'Hosting: Self-hosted'
  409. color: '584774'
  410. description: ''
  411. - name: 'Hosting: sentry.io'
  412. color: '584774'
  413. description: ''
  414. # Generic useful label
  415. - name: WIP
  416. color: 'F6F6F8'
  417. description: ''
  418. - name: Do Not Merge
  419. color: 'C83852'
  420. description: Don't merge
  421. - name: Easy Task
  422. color: 'F6F6F8'
  423. description: ''
  424. - name: Security
  425. color: 'C83852'
  426. description: ''
  427. # Legacy labels
  428. - name: 'Package: browser'
  429. color: '6780AD'
  430. description: ''
  431. - name: Design Review
  432. color: 'F6F6F8'
  433. description: ''
  434. - name: enhancement
  435. color: 'a2eeef'
  436. description: ''
  437. - name: help wanted
  438. color: '159818'
  439. description: ''
  440. - name: invalid
  441. color: 'F6F6F8'
  442. description: ''
  443. - name: wcgw
  444. color: 'F6F6F8'
  445. description: ''