Merge branch 'docs-dry-the-stage-and=group-labels-list' into 'master'
Dry the list of stage and group labels by linking to them directly See merge request gitlab-org/gitlab-ce!30365
This commit is contained in:
commit
31f6c362e7
1 changed files with 4 additions and 53 deletions
|
@ -102,20 +102,7 @@ any issue.
|
|||
|
||||
Stage labels specify which [DevOps stage][devops-stages] the issue belongs to.
|
||||
|
||||
The current stage labels are:
|
||||
|
||||
- ~"devops::manage"
|
||||
- ~"devops::plan"
|
||||
- ~"devops::create"
|
||||
- ~"devops::verify"
|
||||
- ~"devops::package"
|
||||
- ~"devops::release"
|
||||
- ~"devops::configure"
|
||||
- ~"devops::monitor"
|
||||
- ~"devops::secure"
|
||||
- ~"devops::defend"
|
||||
- ~"devops::growth"
|
||||
- ~"devops::enablement"
|
||||
The current stage labels can be found by [searching the labels list for `devops::`](https://gitlab.com/groups/gitlab-org/-/labels?search=devops%3A%3A).
|
||||
|
||||
These labels are [scoped labels](../../user/project/labels.md#scoped-labels-premium)
|
||||
and thus are mutually exclusive.
|
||||
|
@ -138,43 +125,7 @@ The Stage labels are used to generate the [direction pages][direction-pages] aut
|
|||
|
||||
Group labels specify which [groups][structure-groups] the issue belongs to.
|
||||
|
||||
The current group labels are:
|
||||
|
||||
- ~"group::access"
|
||||
- ~"group::measure"
|
||||
- ~"group::source code"
|
||||
- ~"group::knowledge"
|
||||
- ~"group::editor"
|
||||
- ~"group::gitaly"
|
||||
- ~"group::gitter"
|
||||
- ~"group::team planning"
|
||||
- ~"group::enterprise planning"
|
||||
- ~"group::certify"
|
||||
- ~"group::ci and runner"
|
||||
- ~"group::testing"
|
||||
- ~"group::package"
|
||||
- ~"group::progressive delivery"
|
||||
- ~"group::release management"
|
||||
- ~"group::autodevops and kubernetes"
|
||||
- ~"group::serverless and paas"
|
||||
- ~"group::apm"
|
||||
- ~"group::health"
|
||||
- ~"group::static analysis"
|
||||
- ~"group::dynamic analysis"
|
||||
- ~"group::software composition analysis"
|
||||
- ~"group::runtime application security"
|
||||
- ~"group::threat management"
|
||||
- ~"group::application infrastructure security"
|
||||
- ~"group::activation"
|
||||
- ~"group::adoption"
|
||||
- ~"group::upsell"
|
||||
- ~"group::retention"
|
||||
- ~"group::fulfillment"
|
||||
- ~"group::telemetry"
|
||||
- ~"group::distribution"
|
||||
- ~"group::geo"
|
||||
- ~"group::memory"
|
||||
- ~"group::ecosystem"
|
||||
The current group labels can be found by [searching the labels list for `group::`](https://gitlab.com/groups/gitlab-org/-/labels?search=group%3A%3A).
|
||||
|
||||
These labels are [scoped labels](../../user/project/labels.md#scoped-labels-premium)
|
||||
and thus are mutually exclusive.
|
||||
|
|
Loading…
Reference in a new issue