diff options
| -rw-r--r-- | triagebot.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 18bbbad234e..214fc2a21c4 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -991,13 +991,21 @@ https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md. cc = ["@ehuss"] [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", "celinval", ] +[[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", |
