Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-05 00:10:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-05 00:10:04 +0300
commit18f34a28d214633e32f81e38fd1c22b68828e137 (patch)
tree36306ac02b9f927858314d17fc07baeb407c29cb /doc/development/labels
parentf2c04f9cc198269db4addc1acbb01463a03d5839 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/labels')
-rw-r--r--doc/development/labels/index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/development/labels/index.md b/doc/development/labels/index.md
index 703a0f3fb95..2b18cefa123 100644
--- a/doc/development/labels/index.md
+++ b/doc/development/labels/index.md
@@ -158,6 +158,29 @@ Examples of feature labels are `~wiki`, `~ldap`, `~api`, `~issues`, and `~"merge
Feature labels are all-lowercase.
+## Workflow labels
+
+Issues use the following workflow labels to specify the current issue status:
+
+- `~"workflow::awaiting security release"`
+- `~"workflow::blocked"`
+- `~"workflow::complete"`
+- `~"workflow::design"`
+- `~"workflow::feature-flagged"`
+- `~"workflow::in dev"`
+- `~"workflow::in review"`
+- `~"workflow::planning breakdown"`
+- `~"workflow::problem validation"`
+- `~"workflow::production"`
+- `~"workflow::ready for design"`
+- `~"workflow::ready for development"`
+- `~"workflow::refinement"`
+- `~"workflow::scheduling"`
+- `~"workflow::solution validation"`
+- `~"workflow::start"`
+- `~"workflow::validation backlog"`
+- `~"workflow::verification"`
+
## Facet labels
To track additional information or context about created issues, developers may