Remove use of triage label (#262)

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.

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-06-27 11:07:53 -07:00
committed by GitHub
parent b5589f7f8c
commit 00aa883a83
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
name: Bug report
description: File a bug report.
title: "[Bug]: "
labels: ["triage"]
type: "Bug"
body:
- type: markdown
-1
View File
@@ -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