diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-01-23 21:19:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 21:19:54 +0100 |
| commit | 0d3af593cda9f5bc3bf21dac0c2ceb3c71595ef4 (patch) | |
| tree | bbef8b6150f974b6e05ec07f8d352e3b67685f68 | |
| parent | 8fea4a8cab1e4c07aa22cb2fd38e3ee57a9e79f4 (diff) | |
| parent | ce11b70979aa82cdfec6548b01197e0b826b53b8 (diff) | |
| download | rust-0d3af593cda9f5bc3bf21dac0c2ceb3c71595ef4.tar.gz rust-0d3af593cda9f5bc3bf21dac0c2ceb3c71595ef4.zip | |
Rollup merge of #120246 - estebank:revert_breathing_room, r=estebank
Re-add estebank to review rotation r? ``@compiler-errors``
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a9ddd1b99c7..36e58f0f9d8 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -643,6 +643,7 @@ compiler-team = [ "@compiler-errors", "@petrochenkov", "@davidtwco", + "@estebank", "@oli-obk", "@wesleywiser", ] @@ -693,18 +694,21 @@ incremental = [ diagnostics = [ "@compiler-errors", "@davidtwco", + "@estebank", "@oli-obk", "@TaKO8Ki", ] parser = [ "@compiler-errors", "@davidtwco", + "@estebank", "@nnethercote", "@petrochenkov", ] lexer = [ "@nnethercote", "@petrochenkov", + "@estebank", ] arena = [ "@nnethercote", @@ -731,6 +735,7 @@ borrowck = [ ] ast_lowering = [ "@compiler-errors", + "@estebank", "@spastorino", ] fallback = [ |
