Add ty_python_core to the pr-assignee-pools.toml config (#24605)

This commit is contained in:
Alex Waygood
2026-04-13 13:03:11 +01:00
committed by GitHub
parent 461994073e
commit 122a6c2a00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -23,5 +23,6 @@
/crates/ty/ @carljm @MichaReiser @sharkdp @dcreager @ibraheemdev
/crates/ty_wasm/ @carljm @MichaReiser @sharkdp @dcreager @Gankra
/scripts/ty_benchmark/ @carljm @MichaReiser @AlexWaygood @sharkdp @dcreager @ibraheemdev
/crates/ty_python_core/ @carljm @sharkdp @dcreager @ibraheemdev
/crates/ty_python_semantic/ @carljm @AlexWaygood @sharkdp @dcreager @ibraheemdev
/crates/ty_module_resolver/ @carljm @MichaReiser @AlexWaygood @Gankra @BurntSushi
+1 -1
View File
@@ -8,7 +8,7 @@ reviewers = ["amyreese", "ntBre"]
[[pools]]
name = "ty-semantic"
paths = ["/crates/ty_python_semantic/**"]
paths = ["/crates/ty_python_core/**", "/crates/ty_python_semantic/**"]
reviewers = ["carljm", "charliermarsh", "sharkdp", "dcreager", "ibraheemdev", "oconnor663"]
[[pools]]