Skip to content

Commit 15dd1f4

Browse files
committed
Add S-triage auto-label.
1 parent 7a7f965 commit 15dd1f4

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)