forked from astral-sh/ruff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpr-assignee-pools.toml
More file actions
44 lines (38 loc) · 1 KB
/
pr-assignee-pools.toml
File metadata and controls
44 lines (38 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[pools]]
name = "ruff"
paths = [
"/crates/ruff/**",
"/crates/ruff_linter/**",
]
reviewers = ["amyreese", "ntBre"]
[[pools]]
name = "ty-semantic"
paths = ["/crates/ty_python_semantic/**"]
reviewers = ["carljm", "sharkdp", "dcreager", "ibraheemdev", "oconnor663"]
[[pools]]
name = "ty-module-resolver"
paths = ["/crates/ty_module_resolver/**", "/crates/ty_site_packages/**"]
reviewers = ["carljm", "MichaReiser", "BurntSushi"]
[[pools]]
name = "ty-infra"
paths = [
"/crates/ruff_db/**",
"/crates/ty_combine/**",
"/crates/ty_project/**",
"/crates/ty/**",
"/crates/ty_benchmark/**",
"/crates/ruff_benchmark/benches/ty*",
]
reviewers = ["carljm", "MichaReiser", "BurntSushi"]
[[pools]]
name = "ty-wasm"
paths = ["/crates/ty_wasm/**"]
reviewers = ["MichaReiser", "BurntSushi"]
[[pools]]
name = "ty-ide"
paths = ["/crates/ty_ide/**"]
reviewers = ["MichaReiser", "BurntSushi", "dhruvmanila"]
[[pools]]
name = "ty-server"
paths = ["/crates/ty_server/**"]
reviewers = ["MichaReiser", "BurntSushi", "dhruvmanila"]