about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2024-12-09 19:35:02 +0100
committerUrgau <urgau@numericable.fr>2024-12-09 19:35:02 +0100
commit87fc2e3a7ea7b1cc0b11ad4259acbd976b982356 (patch)
treecfa396c982c76b414a6632dfaf3b798a2574938a
parentf6cb952dc115fd1311b02b694933e31d8dc8b002 (diff)
downloadrust-87fc2e3a7ea7b1cc0b11ad4259acbd976b982356.tar.gz
rust-87fc2e3a7ea7b1cc0b11ad4259acbd976b982356.zip
Use newly added exceptions to non default branch warning
-rw-r--r--triagebot.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index c5dbd538f6c..b7939710cab 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -984,12 +984,20 @@ cc = ["@Zalathar"]
 cc = ["@kobzol"]
 
 [assign]
-warn_non_default_branch = true
+warn_non_default_branch.enable = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
 users_on_vacation = [
     "jyn514",
 ]
 
+[[assign.warn_non_default_branch.exceptions]]
+title = "[beta"
+branch = "beta"
+
+[[assign.warn_non_default_branch.exceptions]]
+title = "[stable"
+branch = "stable"
+
 [assign.adhoc_groups]
 compiler = [
     "@BoxyUwU",