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.
1 parent a2465fa commit c4abaf3Copy full SHA for c4abaf3
triagebot.toml
@@ -1,3 +1,6 @@
1
+## See <https://forge.rust-lang.org/triagebot/index.html> for documentation
2
+## of these options.
3
+
4
[relabel]
5
allow-unauthenticated = [
6
"A-*",
@@ -30,5 +33,10 @@ remove_labels = ["S-waiting-on-author"]
30
33
# Those labels are added when PR author requests a review from an assignee
31
34
add_labels = ["S-waiting-on-review"]
32
35
36
+[merge-conflicts]
37
+remove = []
38
+add = ["S-waiting-on-author"]
39
+unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]
40
41
# Automatically close and reopen PRs made by bots to run CI on them
42
[bot-pull-requests]
0 commit comments