We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cb952 commit 87fc2e3Copy full SHA for 87fc2e3
triagebot.toml
@@ -984,12 +984,20 @@ cc = ["@Zalathar"]
984
cc = ["@kobzol"]
985
986
[assign]
987
-warn_non_default_branch = true
+warn_non_default_branch.enable = true
988
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
989
users_on_vacation = [
990
"jyn514",
991
]
992
993
+[[assign.warn_non_default_branch.exceptions]]
994
+title = "[beta"
995
+branch = "beta"
996
+
997
998
+title = "[stable"
999
+branch = "stable"
1000
1001
[assign.adhoc_groups]
1002
compiler = [
1003
"@BoxyUwU",
0 commit comments