From 606d82a389b8287a2343d7bf40f300d10bb5d6dc Mon Sep 17 00:00:00 2001 From: Tom Slanda Date: Wed, 1 Apr 2026 14:29:49 -0400 Subject: [PATCH] Add 'TSC Agenda Item' label to agenda template Signed-off-by: Tom Slanda --- .github/ISSUE_TEMPLATE/tsc-agenda.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/tsc-agenda.yaml b/.github/ISSUE_TEMPLATE/tsc-agenda.yaml index b5f86af..6991ebe 100644 --- a/.github/ISSUE_TEMPLATE/tsc-agenda.yaml +++ b/.github/ISSUE_TEMPLATE/tsc-agenda.yaml @@ -1,7 +1,7 @@ name: TSC Meeting Agenda Item description: Propose an agenda item to discuss at an upcoming TSC meeting title: "AGENDA TOPIC" -labels: ["meeting-agenda"] +labels: ["meeting-agenda", "TSC Agenda Item"] body: - type: markdown attributes: @@ -27,4 +27,4 @@ body: multiple: false options: - 5 minutes or less - - 20 minutes \ No newline at end of file + - 20 minutes