diff options
| author | Camelid <camelidcamel@gmail.com> | 2021-04-29 13:13:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 13:13:28 -0700 |
| commit | 16ff6c80504f095da947eeea3e09468228db8748 (patch) | |
| tree | 78e9f2108f5955346e227d58b1af06d94c6eef4b | |
| parent | bb491ed23937aef876622e4beb68ae95938b3bf9 (diff) | |
| download | rust-16ff6c80504f095da947eeea3e09468228db8748.tar.gz rust-16ff6c80504f095da947eeea3e09468228db8748.zip | |
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 c127530be76bd8aebc7b61f3b4a54f1be577f74c for another example of this.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/regression.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index ffab883987c..c0e90824a71 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -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. |
