Skip to content

Commit

Permalink
Unrolled build for rust-lang#134089
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#134089 - Urgau:triagebot-exceptions, r=ehuss

Use newly added exceptions to non default branch warning

cc rust-lang/triagebot#1860
cc `@cuviper`
r? `@ehuss`
  • Loading branch information
rust-timer authored Dec 12, 2024
2 parents a94fce9 + 87fc2e3 commit 3f10890
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 3f10890

Please sign in to comment.