Skip to content

Commit

Permalink
Use newly added exceptions to non default branch warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Dec 9, 2024
1 parent f6cb952 commit 87fc2e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -984,12 +984,20 @@ cc = ["@Zalathar"]
cc = ["@kobzol"]

[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",
]

[[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",
Expand Down

0 comments on commit 87fc2e3

Please sign in to comment.