From 73097b795c276f18e30f24d996a4715ecc5dc719 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Fri, 27 Jun 2025 11:08:01 -0700 Subject: [PATCH] Remove use of triage label (#180) Tags on the repo should be a way to classify an item instead of denoting workflow or status of the item. Remove the addition of the triage label on bug and feature issues. Related to https://github.com/apple/container/pull/262 Signed-off-by: Kathryn Baldauf --- .github/ISSUE_TEMPLATE/01-bug.yml | 1 - .github/ISSUE_TEMPLATE/02-feature.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 226d5a50..f0d89c0a 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,7 +1,6 @@ name: Bug report description: File a bug report. title: "[Bug]: " -labels: ["triage"] type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index 3f34d3cd..e3d3572c 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,7 +1,6 @@ name: Feature or enhancement request description: File a request for a feature or enhancement title: "[Request]: " -labels: ["triage"] type: "Feature" body: - type: markdown