From 76e6ca0254f6e366a081179284abf26c49b68706 Mon Sep 17 00:00:00 2001 From: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:30:59 -0600 Subject: [PATCH] chore: add maintenance label to maintenance GitHub template Signed-off-by: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/maintenance.yml b/.github/ISSUE_TEMPLATE/maintenance.yml index a109a9a..e95acbf 100644 --- a/.github/ISSUE_TEMPLATE/maintenance.yml +++ b/.github/ISSUE_TEMPLATE/maintenance.yml @@ -1,7 +1,7 @@ name: "🛠️ Maintenance" description: Some type of improvement title: "Maintenance: (short description of the issue)" -labels: ["needs triage"] +labels: ["maintenance", "needs triage"] body: - type: textarea id: description