File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ allow-unauthenticated = [
18
18
exclude_titles = [" Rustup" ] # exclude syncs from rust-lang/rust
19
19
labels = [" has-merge-commits" , " S-waiting-on-author" ]
20
20
21
+ [review-requested ]
22
+ # Those labels are removed when PR author requests a review from an assignee
23
+ remove_labels = [" S-waiting-on-author" ]
24
+ # Those labels are added when PR author requests a review from an assignee
25
+ add_labels = [" S-waiting-on-review" ]
26
+
27
+ [review-submitted ]
28
+ # These labels are removed when a review is submitted.
29
+ review_labels = [" S-waiting-on-review" ]
30
+ # This label is added when a review is submitted.
31
+ reviewed_label = " S-waiting-on-author"
32
+
21
33
[autolabel ."S-waiting-on-review" ]
22
34
new_pr = true
23
35
You can’t perform that action at this time.
0 commit comments