diff options
| author | Urgau <urgau@numericable.fr> | 2024-12-09 19:35:02 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-12-09 19:35:02 +0100 |
| commit | 87fc2e3a7ea7b1cc0b11ad4259acbd976b982356 (patch) | |
| tree | cfa396c982c76b414a6632dfaf3b798a2574938a | |
| parent | f6cb952dc115fd1311b02b694933e31d8dc8b002 (diff) | |
| download | rust-87fc2e3a7ea7b1cc0b11ad4259acbd976b982356.tar.gz rust-87fc2e3a7ea7b1cc0b11ad4259acbd976b982356.zip | |
Use newly added exceptions to non default branch warning
| -rw-r--r-- | triagebot.toml | 10 |
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", |
