Skip to content

Commit

Permalink
Rollup merge of rust-lang#107029 - albertlarsan68:patch-2, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

Add new bootstrap members to triagebot.toml

`@ozkanonur` if you want to be assigned to review PRs too, just post a message to this thread.

Should a `T-bootstrap` label be created, since `src/tools/tidy` is assigned to the `bootstrap` members, but labeled `A-testsuite` (and not `A-bootstrap`) ?

cc `@jyn514`
  • Loading branch information
matthiaskrgr authored Jan 21, 2023
2 parents cb2f0fb + fa7d17d commit 24bcb15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ exclude_labels = [
"T-*",
]

[autolabel."A-bootstrap"]
[autolabel."T-bootstrap"]
trigger_files = [
"x.py",
"x",
Expand Down Expand Up @@ -493,6 +493,8 @@ libs = [
]
bootstrap = [
"@Mark-Simulacrum",
"@albertlarsan68",
"@ozkanonur",
]
infra-ci = [
"@Mark-Simulacrum",
Expand Down

0 comments on commit 24bcb15

Please sign in to comment.