@@ -16,17 +16,12 @@ allow-unauthenticated = [
16
16
# Enables assigning users to issues and PRs.
17
17
[assign ]
18
18
warn_non_default_branch = true
19
- contributing_url = " https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
19
+ contributing_url = " https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#pr-review-process "
20
20
[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)"
26
22
welcome-message-no-reviewer = """
27
- 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.
29
- 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.
23
+ Thank you for contributing to Miri!
24
+ Please remember to 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.
30
25
"""
31
26
32
27
[no-merges ]
@@ -49,6 +44,12 @@ remove = []
49
44
add = [" S-waiting-on-author" ]
50
45
unless = [" S-blocked" , " S-waiting-on-team" , " S-waiting-on-review" ]
51
46
47
+ [autolabel ."S-waiting-on-review" ]
48
+ new_pr = true
49
+
50
+ [autolabel ."S-waiting-on-author" ]
51
+ new_draft = true
52
+
52
53
# Automatically close and reopen PRs made by bots to run CI on them
53
54
[bot-pull-requests ]
54
55
0 commit comments