We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede56d1 commit 9d80c84Copy full SHA for 9d80c84
triagebot.toml
@@ -11,3 +11,14 @@ allow-unauthenticated = [
11
remove = []
12
add = ["S-waiting-on-author"]
13
unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]
14
+
15
+[autolabel."S-waiting-on-review"]
16
+new_pr = true
17
18
+[review-submitted]
19
+reviewed_label = "S-waiting-on-author"
20
+review_labels = ["S-waiting-on-review"]
21
22
+[review-requested]
23
+remove_labels = ["S-waiting-on-author"]
24
+add_labels = ["S-waiting-on-review"]
0 commit comments