Re-add estebank to review rotation

This commit is contained in:
Esteban Küber 2024-01-22 19:02:35 +00:00
parent 88189a71e4
commit ce11b70979

View file

@ -639,6 +639,7 @@ compiler-team = [
"@compiler-errors", "@compiler-errors",
"@petrochenkov", "@petrochenkov",
"@davidtwco", "@davidtwco",
"@estebank",
"@oli-obk", "@oli-obk",
"@wesleywiser", "@wesleywiser",
] ]
@ -688,18 +689,21 @@ incremental = [
diagnostics = [ diagnostics = [
"@compiler-errors", "@compiler-errors",
"@davidtwco", "@davidtwco",
"@estebank",
"@oli-obk", "@oli-obk",
"@TaKO8Ki", "@TaKO8Ki",
] ]
parser = [ parser = [
"@compiler-errors", "@compiler-errors",
"@davidtwco", "@davidtwco",
"@estebank",
"@nnethercote", "@nnethercote",
"@petrochenkov", "@petrochenkov",
] ]
lexer = [ lexer = [
"@nnethercote", "@nnethercote",
"@petrochenkov", "@petrochenkov",
"@estebank",
] ]
mir = [ mir = [
"@davidtwco", "@davidtwco",
@ -723,6 +727,7 @@ borrowck = [
] ]
ast_lowering = [ ast_lowering = [
"@compiler-errors", "@compiler-errors",
"@estebank",
"@spastorino", "@spastorino",
] ]
fallback = [ fallback = [