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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-02-04 19:14:53 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-02-04 19:20:02 +0300
commit50e315ee9135878514bc4ca5d91caa4cb7d61f18 (patch)
treeaed2c8a736c205ab6840c9fc953a10acf05485dd /.gitlab
parent19474d901aee9713bd7486045b10609b20928d5c (diff)
templates: Update issue template labels
Some of the issue temlates are using outdated labels. This change updates the templates with correct default labels.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Demo.md2
-rw-r--r--.gitlab/issue_templates/Feature Flag Roll Out.md2
-rw-r--r--.gitlab/issue_templates/Security Release.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/Demo.md b/.gitlab/issue_templates/Demo.md
index 5daac1a5c..8e931deba 100644
--- a/.gitlab/issue_templates/Demo.md
+++ b/.gitlab/issue_templates/Demo.md
@@ -137,4 +137,4 @@ Importantly for the demo, repository creation does not yet work. To work around
1. [ ] Open a new demo issue and assign to the next demo conductor
1. [ ] Close this issue
-/label ~demo ~"group::gitaly" ~"devops::create"
+/label ~demo ~"group::gitaly" ~"devops::systems"
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md
index 163d85276..a7e63060d 100644
--- a/.gitlab/issue_templates/Feature Flag Roll Out.md
+++ b/.gitlab/issue_templates/Feature Flag Roll Out.md
@@ -60,4 +60,4 @@ I.e.
Please refer to the [documentation of feature flags](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#feature-flags) for further information.
-/label ~"devops::create" ~"group::gitaly" ~"feature flag" ~"feature::maintainance" ~"Category:Gitaly" ~"section::dev" ~"featureflag::disabled"
+/label ~"devops::systems" ~"group::gitaly" ~"feature flag" ~"feature::maintainance" ~"Category:Gitaly" ~"section::enablement" ~"featureflag::disabled"
diff --git a/.gitlab/issue_templates/Security Release.md b/.gitlab/issue_templates/Security Release.md
index 4cf25b0e2..054c9a936 100644
--- a/.gitlab/issue_templates/Security Release.md
+++ b/.gitlab/issue_templates/Security Release.md
@@ -66,4 +66,4 @@ After your merge request has been approved according to our [approval guidelines
[approval guidelines]: https://docs.gitlab.com/ee/development/code_review.html#approval-guidelines
[issue as related]: https://docs.gitlab.com/ee/user/project/issues/related_issues.html#adding-a-related-issue
-/label ~"devops::create" ~"group::gitaly" ~"security"
+/label ~"devops::systems" ~"group::gitaly" ~"security"