Skip to content

Commit

Permalink
Add compiler-errors to a few more triagebot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Feb 16, 2023
1 parent 9a7cc6c commit 09359d2
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 @@ -538,6 +538,7 @@ diagnostics = [
"@TaKO8Ki",
]
parser = [
"@compiler-errors",
"@davidtwco",
"@nnethercote",
"@petrochenkov",
Expand Down Expand Up @@ -567,6 +568,7 @@ borrowck = [
"@pnkfelix",
]
ast_lowering = [
"@compiler-errors",
"@spastorino",
]
fallback = [
Expand Down Expand Up @@ -630,7 +632,7 @@ style-team = [
"/src/stage0.json" = ["bootstrap"]
"/tests/ui" = ["compiler"]
"/src/tools/cargo" = ["@ehuss", "@joshtriplett"]
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk"]
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors"]
"/src/tools/linkchecker" = ["@ehuss"]
"/src/tools/rust-installer" = ["bootstrap"]
"/src/tools/rustbook" = ["@ehuss"]
Expand Down

0 comments on commit 09359d2

Please sign in to comment.