We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8152297 + 8c18658 commit f095112Copy full SHA for f095112
triagebot.toml
@@ -0,0 +1,26 @@
1
+[relabel]
2
+allow-unauthenticated = [
3
+ "*",
4
+]
5
+
6
+[assign]
7
8
+[shortcut]
9
10
+[transfer]
11
12
+[merge-conflicts]
13
+remove = []
14
+add = ["S-waiting-on-author"]
15
+unless = ["S-blocked", "S-waiting-on-review"]
16
17
+[autolabel."S-waiting-on-review"]
18
+new_pr = true
19
20
+[review-submitted]
21
+reviewed_label = "S-waiting-on-author"
22
+review_labels = ["S-waiting-on-review"]
23
24
+[review-requested]
25
+remove_labels = ["S-waiting-on-author"]
26
+add_labels = ["S-waiting-on-review"]
0 commit comments