Skip to content

Commit 0782621

Browse files
authored
Update labels in issue templates (nushell#16610)
1 parent 95cd803 commit 0782621

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Nightly build of release binaries failed
33
about: Used to submit issues related to binaries release workflow
44
title: 'Attention: Nightly build of release binaries failed'
5-
labels: ['build-package', 'priority']
5+
labels: ['build-package']
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: "Create a report of behavior that doesn't seem to be intended and help us improve"
3-
labels: ["needs-triage"]
3+
labels: ["status:needs-triage"]
44
body:
55
- type: checkboxes
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: "Propose a new feature, or a change to existing functionality"
3-
labels: ["needs-triage", "enhancement"]
3+
labels: ["status:needs-triage", "category:enhancement"]
44
body:
55
- type: checkboxes
66
attributes:

0 commit comments

Comments
 (0)