From 5b0cb65a56ffe253ce9d9d66666361d1b2555c21 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 21 Feb 2023 11:13:22 +0100 Subject: [PATCH] Gitea: update for new scoped label syntax --- .gitea/issue_template/bug.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml index 4e3c550dae9..71cb6bebd55 100644 --- a/.gitea/issue_template/bug.yaml +++ b/.gitea/issue_template/bug.yaml @@ -1,9 +1,9 @@ name: Bug Report about: File a bug report labels: - - "type::Report" - - "status::Needs Triage" - - "priority::Normal" + - "Type/Report" + - "Status/Needs Triage" + - "Priority/Normal" body: - type: markdown attributes: