diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-25 00:11:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-25 00:11:24 +0000 |
commit | cffcf0772c5354d0d55fd4e32f724108a9582f15 (patch) | |
tree | ac827ac27f31b41f9e05d4ffe757be9f54aa6578 /config | |
parent | 1631d8a2e0eef291f1d0b9486ee35ed6b52a176a (diff) | |
download | gitlab-ce-cffcf0772c5354d0d55fd4e32f724108a9582f15.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/metrics/schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/metrics/schema.json b/config/metrics/schema.json index 53e52c21545..621c7884c67 100644 --- a/config/metrics/schema.json +++ b/config/metrics/schema.json @@ -26,7 +26,7 @@ }, "status": { "type": ["string"], - "enum": ["data_available", "planned", "in_progress", "implemented"] + "enum": ["data_available", "planned", "in_progress", "implemented", "not_used", "deprecated"] }, "milestone": { "type": ["number", "null"] |