Skip to content

Commit 0f8d6eb

Browse files
committed
triagebot: tweak welcome message
1 parent d0886ef commit 0f8d6eb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

triagebot.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ allow-unauthenticated = [
1818
warn_non_default_branch = true
1919
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
2020
[assign.custom_welcome_messages]
21-
welcome-message = """
22-
Welcome, and thank you for contributing to Miri!
23-
To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process.
24-
In particular, please do not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.
25-
"""
21+
welcome-message = "(unused)"
2622
welcome-message-no-reviewer = """
2723
Welcome, and thank you for contributing to Miri!
28-
To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process.
24+
To ensure a smooth reviewing experience, please read [this short guide](https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process).
2925
In particular, please do not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.
3026
"""
3127

0 commit comments

Comments
 (0)