Skip to content

Commit 4d9782f

Browse files
committed
triagebot welcome message for new users
1 parent 807129c commit 4d9782f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

triagebot.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ allow-unauthenticated = [
1717
[assign]
1818
warn_non_default_branch = true
1919
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
20+
[assign.custom_welcome_messages]
21+
welcome-message = "Welcome, and thank you for contributing to Miri! To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pull-review-process. 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."
22+
welcome-message-no-reviewer = "Welcome, and thank you for contributing to Miri! To ensure a smooth reviewing experience, please read https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pull-review-process. 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."
2023

2124
[no-merges]
2225
exclude_titles = ["Rustup"]

0 commit comments

Comments
 (0)