Skip to content

Commit 7680c9b

Browse files
committed
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`
2 parents b556398 + d23994d commit 7680c9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/blank_issue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ about: Create a blank issue.
88
Additional labels can be added to this issue by including the following command
99
(without the space after the @ symbol):
1010
11-
`@rustbot label +<label>`
11+
@ rustbot label +<label>
1212
1313
Common labels for this issue type are:
1414
* C-an-interesting-project

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LLVM version: 10.0
3636
Additional labels can be added to this issue by including the following command
3737
(without the space after the @ symbol):
3838
39-
`@rustbot label +<label>`
39+
@ rustbot label +<label>
4040
4141
Common labels for this issue type are:
4242
* `I-suggestion-causes-error`

.github/ISSUE_TEMPLATE/false_positive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LLVM version: 10.0
3737
Additional labels can be added to this issue by including the following command
3838
(without the space after the @ symbol):
3939
40-
`@rustbot label +<label>`
40+
@ rustbot label +<label>
4141
4242
Common labels for this issue type are:
4343
* I-suggestion-causes-error

0 commit comments

Comments
 (0)