Skip to content

Commit d3a1bbd

Browse files
committed
Auto merge of #11995 - ehuss:s-triage-label, r=weihanglo
Add S-triage auto-label. This automatically adds the https://github.com/rust-lang/cargo/labels/S-triage label to new issues using the template. This is intended to help make it clear that issues have not been triaged, and need some decision on the next state they should go to. cc #11788
2 parents 7a7f965 + 15dd1f4 commit d3a1bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 to help us improve
3-
labels: ["C-bug"]
3+
labels: ["C-bug", "S-triage"]
44
body:
55
- type: markdown
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: Suggest an idea for enhancing Cargo
3-
labels: ["C-feature-request"]
3+
labels: ["C-feature-request", "S-triage"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)