diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4b69e2a87f..879199bc14 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/pr-assignee-pools.toml b/.github/pr-assignee-pools.toml index 353ce2cad6..07eab8c95f 100644 --- a/.github/pr-assignee-pools.toml +++ b/.github/pr-assignee-pools.toml @@ -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]]