We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b47d1cf + c908ac8 commit a56cffeCopy full SHA for a56cffe
triagebot.toml
@@ -21,3 +21,16 @@ allow-unauthenticated = [
21
22
[autolabel."S-waiting-on-review"]
23
new_pr = true
24
+
25
+[merge-conflicts]
26
+remove = []
27
+add = ["S-waiting-on-author"]
28
+unless = ["S-blocked", "S-waiting-on-review"]
29
30
+[review-submitted]
31
+reviewed_label = "S-waiting-on-author"
32
+review_labels = ["S-waiting-on-review"]
33
34
+[review-requested]
35
+remove_labels = ["S-waiting-on-author"]
36
+add_labels = ["S-waiting-on-review"]
0 commit comments