Merge pull request #12972 from cli/remove-auto-labels-from-templates

Remove auto-labels from issue templates
This commit is contained in:
tidy-dev 2026-03-19 19:45:35 -04:00 committed by GitHub
commit 8723e3bb52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub CLI
title: ''
labels: bug
labels: ''
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: "🎨 Submit a design proposal"
about: Submit a design to resolve an open issue that has both `needs-design` and `help-wanted` labels
title: ''
labels: enhancement
labels: ''
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: "⭐ Submit a request"
about: Surface a feature or problem that you think should be solved
title: ''
labels: enhancement
labels: ''
assignees: ''
---