From 8a1e1d623acc84a5e7fe2390ff164c963f1bf4fe Mon Sep 17 00:00:00 2001 From: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:31:10 -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 a109a9a0..e95acbfc 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