mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
Add ty_python_core to the pr-assignee-pools.toml config (#24605)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user