@@ -163,23 +164,24 @@ There are three other workflow labels of importance:
|  | Work is not abandoned but other work has higher priority. After applying this label, team Engineering Manager is mentioned in the issue to either change the priority or find more help. |
|  | Work is blocked due external dependencies or other external factors. Where possible, a [blocking issue](https://docs.gitlab.com/ee/user/project/issues/related_issues.html) should also be set. After applying this label, issue will be regularly triaged by the team until the label can be removed. |
### Labels in gitlab-org group
### Category labels
Stage groups use [type labels](/handbook/product/groups/product-analysis/engineering/metrics/#work-type-classification) to label merge requests in projects in the `gitlab-org` group.
If you need a stage group to perform work, it is best to apply the relevant stage group label when the issue is created.
We use scoped category labels to classify the type or area of work being performed.
These labels help organize and filter issues by their functional category.
## Issue Trackers
| Category Label | Description |
| -------------- | ----------- |
| `infra-category::KTLO` | Keep the lights on. Operational work required to maintain system stability, reliability, and performance. Includes monitoring, alerting, incident response, and routine maintenance. |
| `infra-category::Tech Debt` | Technical debt and refactoring work. Bug fixes or improvements to code quality, architecture, testing, documentation, and infrastructure that reduce future maintenance burden. |
| `infra-category::Customer innovation` | Work directly driven by customer needs and feedback. Features, improvements, and solutions that enhance customer experience and address customer-reported issues. |
| `infra-category::Internal innovation` | Internal improvements and explorations. Work that improves developer experience, team productivity, or explores new technologies and approaches for future adoption. Can be foundational/architectural work if it addresses multiple classes of technical debt. |
Stage groups use [type labels](/handbook/product/groups/product-analysis/engineering/metrics/#work-type-classification) to label merge requests in projects in the `gitlab-org` group.
If you need a stage group to perform work, it is best to apply the relevant stage group label when the issue is created.
### Triage Ops
## Triage Ops
For labeling and bot notifications under [gitlab-com/gl-infra](https://gitlab.com/gitlab-com/gl-infra) we use [gitlab-triage](https://gitlab.com/gitlab-org/ruby/gems/gitlab-triage) and the [triage-ops](https://gitlab.com/gitlab-com/gl-infra/triage-ops/) project.
For labeling, enforcing SLOs, and managing workflow labeling there are common policies that are set uniformly for projects in Infrastructure, Platform.