-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Test issue (Testing the label command from rustbot) #7599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm |
|
🤔 |
@rustbot label +C-an-interesting-project +C-Question |
Okay, I got my answers. If someone is reading this: Here, have a cookie 🍪 |
Wait, not quite done yet |
Hmmmm |
What about this: |
And this: @rustbot label -C-Question |
I think I broke him.... |
@rustbot label +C-Bug |
@rustbot label +C-question |
@rustbot label + |
That's an even better solution... I should really stop with the spam now xD |
Updated issue templates(formatting and rustbot label reference) This PR updates our issue templates. The changes are: 1. **Make the *Meta* section smaller and not indented** The current format sometimes gets messed up when a user simply pasts the rustc version into the issue without indenting it to match the code block. Removing the indention should hopefully help with formatting in the future. <details><summary>Example of messed up formatting </summary>  </details> Additionally, I've removed the Version of Clippy from the template. Every issue that I have seen had matching rustc and Clippy versions, and just asking for `rustc -Vv` makes the issue look cleaner IMO. 2. **Add a comment explaining how additional labels can be added with ``@rustbot` label +<label>`. The explanation looks like this:** ``` <!-- Additional labels can be added to this issue by including the following command: `@rustbot` label +<label> Common labels for this issue type are: * `I-suggestion-causes-error` --> ``` The example ``@rustbot`` call can sadly not be marked as code inside a comment block. But the example will not cause the bot to add any labels. See #7599 --- changelog: none cc: `@rust-lang/clippy`
@rustbot label ss |
@rustbot label +C-Bug |
@rustbot label -C-Bug |
@rustbot label +C-Bug |
@rustbot label |
Error: Parsing relabel command in comment failed: ...'tbot label' | error: a label delta at >| ''... Please let |
(at)rustbot label +C-Bug |
One more test (@)rustbot label +Hello |
@ rustbot label +Hello |
What about this: |
Now again without the backticks @rustbot label +C-Bug |
…=llogiq Updating issue templates again for rustbot It turns out that our current issue template can sometimes trigger a rustbot error message, as can be seen in [#7626](#7626). I originally tested this in #7599, but it's apparently a bit inconsistent. This PR adds backticks to the commands, as correctly suggested by `@mikerite` in the comments. (Thank you!) ``@rustbot` label +S-blocked` --- Now I also pushed a tiny link fix as well. 🙃 --- changelog: none
This should add the label:
@rustbot label +C-an-interesting-project
And this should not:
The text was updated successfully, but these errors were encountered: