Skip to content

Commit a998c91

Browse files
authored
Rollup merge of #134089 - Urgau:triagebot-exceptions, r=ehuss
Use newly added exceptions to non default branch warning cc rust-lang/triagebot#1860 cc `@cuviper` r? `@ehuss`
2 parents 6475fde + 87fc2e3 commit a998c91

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

triagebot.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -991,13 +991,21 @@ https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md.
991991
cc = ["@ehuss"]
992992

993993
[assign]
994-
warn_non_default_branch = true
994+
warn_non_default_branch.enable = true
995995
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
996996
users_on_vacation = [
997997
"jyn514",
998998
"celinval",
999999
]
10001000

1001+
[[assign.warn_non_default_branch.exceptions]]
1002+
title = "[beta"
1003+
branch = "beta"
1004+
1005+
[[assign.warn_non_default_branch.exceptions]]
1006+
title = "[stable"
1007+
branch = "stable"
1008+
10011009
[assign.adhoc_groups]
10021010
compiler = [
10031011
"@BoxyUwU",

0 commit comments

Comments
 (0)