File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,25 @@ exclude_labels = [
10
10
" C-tracking-issue" ,
11
11
]
12
12
13
+ [review-submitted ]
14
+ # This label is added when a "request changes" review is submitted.
15
+ reviewed_label = " S-waiting-on-author"
16
+ # These labels are removed when a "request changes" review is submitted.
17
+ review_labels = [" S-waiting-on-review" ]
18
+
19
+ [review-requested ]
20
+ # Those labels are removed when PR author requests a review from an assignee
21
+ remove_labels = [" S-waiting-on-author" ]
22
+ # Those labels are added when PR author requests a review from an assignee
23
+ add_labels = [" S-waiting-on-review" ]
24
+
25
+ # Enable tracking of PR review assignment
26
+ # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
27
+ [shortcut ]
28
+
29
+ [autolabel ."S-waiting-on-review" ]
30
+ new_pr = true
31
+
13
32
[relabel ]
14
33
allow-unauthenticated = [
15
34
" -Z*" ,
You can’t perform that action at this time.
0 commit comments