Auto merge of #11655 - ehuss:triagebot-branch, r=weihanglo

Warn on commits to non-default branches.

This will make triagebot post a warning when a PR is opened against a non-master branch.
This commit is contained in:
bors 2023-01-30 21:24:53 +00:00
commit 4ae3576c42

View File

@ -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"]