ci: remove automatic labels from GitHub issue templates to allow manual triage

This commit is contained in:
Dax Raad 2026-05-03 01:31:34 -04:00
parent e2afdc1202
commit 252e2f98e6
3 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
name: Bug report
description: Report an issue that should be fixed
labels: ["bug"]
body:
- type: textarea
id: description

View file

@ -1,6 +1,5 @@
name: 🚀 Feature Request
description: Suggest an idea, feature, or enhancement
labels: [discussion]
title: "[FEATURE]:"
body:

View file

@ -1,6 +1,5 @@
name: Question
description: Ask a question
labels: ["question"]
body:
- type: textarea
id: question