From 1fc22359c70b7a8a639c0721724393a7b8264eda Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 5 May 2023 23:46:45 +0200 Subject: [PATCH] add missing triage:not-checked to documentation issue (#4778) --- .github/ISSUE_TEMPLATE/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index a4e23c63e6..b9f31151de 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,6 +1,6 @@ name: "Documentation" description: "Create an issue to improve the documentation" -labels: ["documentation"] +labels: ["documentation", "triage:not-checked"] body: - type: markdown attributes: