Skip to content

Commit

Permalink
Auto merge of #11995 - ehuss:s-triage-label, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Apr 18, 2023
2 parents 7a7f965 + 15dd1f4 commit d3a1bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Create a report to help us improve
labels: ["C-bug"]
labels: ["C-bug", "S-triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest an idea for enhancing Cargo
labels: ["C-feature-request"]
labels: ["C-feature-request", "S-triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit d3a1bbd

Please sign in to comment.