diff options
| author | bors <bors@rust-lang.org> | 2021-09-14 13:57:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-14 13:57:41 +0000 |
| commit | 7680c9ba6ce472d10e4845fe354f186c00d28a74 (patch) | |
| tree | ac338b068a41802aa5b064afd81e3dba9d8573c5 | |
| parent | b5563981136c834a0d03b182c62a21f168f2158a (diff) | |
| parent | d23994d70bd68c6af9010f7b295714f95d453eb2 (diff) | |
| download | rust-7680c9ba6ce472d10e4845fe354f186c00d28a74.tar.gz rust-7680c9ba6ce472d10e4845fe354f186c00d28a74.zip | |
Auto merge of #7670 - xFrednet:0000-lets-hope-this-fixes-rustbot-fps, r=camsteffen
Updating issue templates to avoid @rustbot triggers This adds a space between the ``@`` and the name *rustbot*. This should now surely fix it. If not, I'm giving up. @ rustbot label +C-bug --- changelog: none r? `@camsteffen`
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/false_positive.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md index 2891d5e5da1..866303a1f9f 100644 --- a/.github/ISSUE_TEMPLATE/blank_issue.md +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -8,7 +8,7 @@ about: Create a blank issue. Additional labels can be added to this issue by including the following command (without the space after the @ symbol): -`@rustbot label +<label>` +@ rustbot label +<label> Common labels for this issue type are: * C-an-interesting-project diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87c18cdee66..119a498fb99 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,7 +36,7 @@ LLVM version: 10.0 Additional labels can be added to this issue by including the following command (without the space after the @ symbol): -`@rustbot label +<label>` +@ rustbot label +<label> Common labels for this issue type are: * `I-suggestion-causes-error` diff --git a/.github/ISSUE_TEMPLATE/false_positive.md b/.github/ISSUE_TEMPLATE/false_positive.md index 4170b9ff2db..82158e02f08 100644 --- a/.github/ISSUE_TEMPLATE/false_positive.md +++ b/.github/ISSUE_TEMPLATE/false_positive.md @@ -37,7 +37,7 @@ LLVM version: 10.0 Additional labels can be added to this issue by including the following command (without the space after the @ symbol): -`@rustbot label +<label>` +@ rustbot label +<label> Common labels for this issue type are: * I-suggestion-causes-error |
