Skip to content

Commit 087f964

Browse files
authored
Rollup merge of #84713 - camelid:fix-regression-issue-template, r=Mark-Simulacrum
Fix labels for regression issue template Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage). As a result of this problem, the `regression-untriaged` label has not been automatically added to issues opened with this template. See c127530 for another example of this. r? `````@Mark-Simulacrum`````
2 parents 32c5f39 + 16ff6c8 commit 087f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/regression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Regression
33
about: Report something that unexpectedly changed between Rust versions.
4-
labels: C-bug regression-untriaged
4+
labels: C-bug, regression-untriaged
55
---
66
<!--
77
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.

0 commit comments

Comments
 (0)