From 37356e1dc8808e9a08ac783132ec57c5b532dfcc Mon Sep 17 00:00:00 2001
From: Peter Krempa <pkrempa@redhat.com>
Date: Wed, 1 Jun 2022 08:59:51 +0200
Subject: [PATCH] gitlab: issue_template: Remove labelling commands
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The commands only work for users who are members of the project and thus
can set flags themselves.

For non-members they are ignored, so there's isn't much value in having
it here.

Additionally in my recent upstream issue triage I've changed some of the
labels so they were not accurate anyways.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
---
 .gitlab/issue_templates/bug.md     | 5 -----
 .gitlab/issue_templates/feature.md | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 8a54cc2da4..f220671a06 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -17,8 +17,3 @@
 ## Additional information
 <!-- Attach XML configs, logs, stack traces, etc. Compress the files if necessary -->
 <!-- See https://libvirt.org/kbase/debuglogs.html on how to configure logging -->
-
-
-
-<!-- The line below ensures that proper tags are added to the issue. -- >
-/label ~bug
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index 50f5486701..a143aa7f45 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -23,8 +23,3 @@ Thank you for your interest in helping us to make libvirt better!
 
 
 ## Additional information
-
-
-
-<!-- The line below ensures that proper tags are added to the issue. -- >
-/label ~enhancement