Skip to content

Commit 87fc2e3

Browse files
committed
Use newly added exceptions to non default branch warning
1 parent f6cb952 commit 87fc2e3

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
@@ -984,12 +984,20 @@ cc = ["@Zalathar"]
984984
cc = ["@kobzol"]
985985

986986
[assign]
987-
warn_non_default_branch = true
987+
warn_non_default_branch.enable = true
988988
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
989989
users_on_vacation = [
990990
"jyn514",
991991
]
992992

993+
[[assign.warn_non_default_branch.exceptions]]
994+
title = "[beta"
995+
branch = "beta"
996+
997+
[[assign.warn_non_default_branch.exceptions]]
998+
title = "[stable"
999+
branch = "stable"
1000+
9931001
[assign.adhoc_groups]
9941002
compiler = [
9951003
"@BoxyUwU",

0 commit comments

Comments
 (0)