labels.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  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: Projects'
  194. color: '8D5494'
  195. - name: 'Product Area: Performance'
  196. color: '8D5494'
  197. - name: 'Product Area: Profiling'
  198. color: '8D5494'
  199. - name: 'Product Area: Replays'
  200. color: '8D5494'
  201. - name: 'Product Area: Crons'
  202. color: '8D5494'
  203. - name: 'Product Area: Alerts'
  204. color: '8D5494'
  205. - name: 'Product Area: Discover'
  206. color: '8D5494'
  207. - name: 'Product Area: Dashboards'
  208. color: '8D5494'
  209. - name: 'Product Area: Releases'
  210. color: '8D5494'
  211. - name: 'Product Area: User Feedback'
  212. color: '8D5494'
  213. - name: 'Product Area: Stats'
  214. color: '8D5494'
  215. - name: 'Product Area: Settings'
  216. color: '8D5494'
  217. - name: 'Product Area: Settings - General'
  218. color: '8D5494'
  219. - name: 'Product Area: Settings - Projects'
  220. color: '8D5494'
  221. - name: 'Product Area: Settings - Teams'
  222. color: '8D5494'
  223. - name: 'Product Area: Settings - Members'
  224. color: '8D5494'
  225. - name: 'Product Area: Settings - Security & Privacy'
  226. color: '8D5494'
  227. - name: 'Product Area: Settings - Auth'
  228. color: '8D5494'
  229. - name: 'Product Area: Settings - Relay'
  230. color: '8D5494'
  231. - name: 'Product Area: Settings - Repositories'
  232. color: '8D5494'
  233. - name: 'Product Area: Settings - Integrations'
  234. color: '8D5494'
  235. - name: 'Product Area: Settings - Developer Settings'
  236. color: '8D5494'
  237. - name: 'Product Area: Settings - Spike Protection'
  238. color: '8D5494'
  239. - name: 'Product Area: Help'
  240. color: '8D5494'
  241. - name: "Product Area: What's New"
  242. color: '8D5494'
  243. - name: 'Product Area: Footer'
  244. color: '8D5494'
  245. - name: 'Product Area: Other'
  246. color: '8D5494'
  247. # Teams
  248. - name: 'Team: Backend'
  249. color: '8D5494'
  250. description: app-backend
  251. - name: 'Team: Core UI'
  252. color: '8D5494'
  253. description: ''
  254. - name: 'Team: Design'
  255. color: '8D5494'
  256. description: ''
  257. - name: 'Team: Dev Infrastructure'
  258. color: '8D5494'
  259. description: dev-infra
  260. - name: 'Team: Discover & Dashboards'
  261. color: '8D5494'
  262. description: discover-n-dashboards
  263. - name: 'Team: Ecosystem'
  264. color: '8D5494'
  265. description: ''
  266. - name: 'Team: Emerging Technology'
  267. color: '8D5494'
  268. description: team-emerging-technology
  269. - name: 'Team: Enterprise'
  270. color: '8D5494'
  271. description: ''
  272. - name: 'Team: Front End'
  273. color: '8D5494'
  274. description: app-frontend
  275. - name: 'Team: Growth'
  276. color: '8D5494'
  277. description: ''
  278. - name: 'Team: Infrastructure'
  279. color: '8D5494'
  280. description: ''
  281. - name: 'Team: Ingest'
  282. color: '8D5494'
  283. description: owners-ingest
  284. - name: 'Team: Issue Experience'
  285. color: '8D5494'
  286. - name: 'Team: Issue Platform'
  287. color: '8D5494'
  288. - name: 'Team: Mobile Developer Experience'
  289. color: '8D5494'
  290. description: team-mdx
  291. - name: 'Team: Mobile Platform'
  292. color: '8D5494'
  293. description: team-mobile
  294. - name: 'Team: Native Platform'
  295. color: '8D5494'
  296. description: owners-native
  297. - name: 'Team: Open Source'
  298. color: '8D5494'
  299. description: ''
  300. - name: 'Team: Ops'
  301. color: '8D5494'
  302. description: ''
  303. - name: 'Team: Performance'
  304. color: '8D5494'
  305. description: 'team-performance'
  306. - name: 'Team: Revenue'
  307. color: '8D5494'
  308. description: ''
  309. - name: 'Team: Search & Storage'
  310. color: '8D5494'
  311. description: sns
  312. - name: 'Team: Security'
  313. color: '8D5494'
  314. description: ''
  315. - name: 'Team: Stacktrace'
  316. color: '8D5494'
  317. description: owners-stacktrace
  318. - name: 'Team: Support'
  319. color: '8D5494'
  320. description: ''
  321. - name: 'Team: Telemetry Experience'
  322. color: '8D5494'
  323. description: telemetry-experience
  324. - name: 'Team: Web SDKs - Backend'
  325. color: '8D5494'
  326. description: team-web-sdk-backend
  327. - name: 'Team: Web SDKs - Frontend'
  328. color: '8D5494'
  329. description: team-web-sdk-frontend
  330. - name: 'Team: Workflow'
  331. color: '8D5494'
  332. description: ''
  333. - name: 'Team: Crons'
  334. color: '8D5494'
  335. description: ''
  336. - name: 'Team: Profiling'
  337. color: '8D5494'
  338. description: ''
  339. # Deploy types
  340. - name: 'Deploy: Monitored'
  341. color: 'FFB287'
  342. description: This PR requires a monitored deploy
  343. - name: 'Deploy: Risky'
  344. color: 'C83852'
  345. description: This is a particularly risky deploy
  346. # Feature types
  347. - name: 'Feature: Alert Rule'
  348. color: '8A7259'
  349. description: ''
  350. - name: 'Feature: Errors'
  351. color: 'ffa0df'
  352. description: ''
  353. # Hacktoberfest
  354. - name: 'Hacktoberfest :jack_o_lantern:'
  355. color: 'ffa500'
  356. description: ''
  357. - name: Hacktoberfest-accepted
  358. color: 'e99695'
  359. description: Accept for Hacktoberfest - will merge later
  360. # Hackweek
  361. - name: 'Hackweek :zap:'
  362. color: 'F91A8A'
  363. description: ''
  364. # Impacts
  365. - name: 'Impact: Large'
  366. color: 'C83852'
  367. description: ''
  368. - name: 'Impact: Medium'
  369. color: 'FFB287'
  370. description: ''
  371. - name: 'Impact: Small'
  372. color: '452650'
  373. description: ''
  374. - name: 'Impact: Migration'
  375. color: 'C83852'
  376. description: ''
  377. # Platforms
  378. - name: 'Platform: .NET'
  379. color: '584774'
  380. description: ''
  381. - name: 'Platform: Cocoa'
  382. color: '584774'
  383. description: ''
  384. - name: 'Platform: Dart'
  385. color: '584774'
  386. description: ''
  387. - name: 'Platform: Java'
  388. color: '584774'
  389. description: ''
  390. - name: 'Platform: JavaScript'
  391. color: '584774'
  392. description: ''
  393. - name: 'Platform: PHP'
  394. color: '584774'
  395. description: ''
  396. - name: 'Platform: Python'
  397. color: '584774'
  398. description: ''
  399. - name: 'Platform: Ruby'
  400. color: '584774'
  401. description: ''
  402. - name: 'Platform: Unity'
  403. color: '584774'
  404. description: ''
  405. # Hosting type
  406. - name: 'Hosting: Self-hosted'
  407. color: '584774'
  408. description: ''
  409. - name: 'Hosting: sentry.io'
  410. color: '584774'
  411. description: ''
  412. # Generic useful label
  413. - name: WIP
  414. color: 'F6F6F8'
  415. description: ''
  416. - name: Do Not Merge
  417. color: 'C83852'
  418. description: Don't merge
  419. - name: Easy Task
  420. color: 'F6F6F8'
  421. description: ''
  422. - name: Security
  423. color: 'C83852'
  424. description: ''
  425. # Legacy labels
  426. - name: 'Package: browser'
  427. color: '6780AD'
  428. description: ''
  429. - name: Design Review
  430. color: 'F6F6F8'
  431. description: ''
  432. - name: enhancement
  433. color: 'a2eeef'
  434. description: ''
  435. - name: help wanted
  436. color: '159818'
  437. description: ''
  438. - name: invalid
  439. color: 'F6F6F8'
  440. description: ''
  441. - name: wcgw
  442. color: 'F6F6F8'
  443. description: ''