From 620f383a52de30c3c52bdb2e039148d4435127e3 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 30 Jan 2023 12:41:53 -0800 Subject: [PATCH] Warn on commits to non-default branches. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index d607bd1d7..20056257e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -32,6 +32,7 @@ new_pr = true [assign] contributing_url = "https://rust-lang.github.io/cargo/contrib/" +warn_non_default_branch = true [assign.owners] "*" = ["@ehuss", "@epage", "@weihanglo"]