Skip to content

Commit

Permalink
Rollup merge of rust-lang#134089 - Urgau:triagebot-exceptions, r=ehuss
Browse files Browse the repository at this point in the history
Use newly added exceptions to non default branch warning

cc rust-lang/triagebot#1860
cc `@cuviper`
r? `@ehuss`
  • Loading branch information
matthiaskrgr authored Dec 12, 2024
2 parents 6475fde + 87fc2e3 commit a998c91
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 @@ -991,13 +991,21 @@ https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md.
cc = ["@ehuss"]

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

[[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 a998c91

Please sign in to comment.