We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6475fde + 87fc2e3 commit a998c91Copy full SHA for a998c91
triagebot.toml
@@ -991,13 +991,21 @@ https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md.
991
cc = ["@ehuss"]
992
993
[assign]
994
-warn_non_default_branch = true
+warn_non_default_branch.enable = true
995
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
996
users_on_vacation = [
997
"jyn514",
998
"celinval",
999
]
1000
1001
+[[assign.warn_non_default_branch.exceptions]]
1002
+title = "[beta"
1003
+branch = "beta"
1004
+
1005
1006
+title = "[stable"
1007
+branch = "stable"
1008
1009
[assign.adhoc_groups]
1010
compiler = [
1011
"@BoxyUwU",
0 commit comments