From a018cc52f3fda955307db9a66c9003b196f6bc8a Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Fri, 10 Jun 2022 10:39:53 +0200 Subject: [PATCH] issue_templates: Update labels for new bugs New GL instance has Issue::Bug label instead of Bug we had before. Updating labels and add default team maintenance for all new bugs to improve searching Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- .gitlab/issue_templates/Bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index c10b286b..9c890204 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -28,4 +28,4 @@ (link to upstream patch, merge/pull request) -/label ~bug ~needs-investigation +/label ~Issue:Bug ~needs-investigation ~team::maintenance -- GitLab