Skip to content

Commit

Permalink
Rollup merge of rust-lang#84713 - camelid:fix-regression-issue-templa…
Browse files Browse the repository at this point in the history
…te, 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```
  • Loading branch information
jackh726 committed Apr 29, 2021
2 parents 07545de + 16ff6c8 commit b9bf541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Regression
about: Report something that unexpectedly changed between Rust versions.
labels: C-bug regression-untriaged
labels: C-bug, regression-untriaged
---
<!--
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
Expand Down

0 comments on commit b9bf541

Please sign in to comment.