|
30 | 30 | # These should be collaborators of the rust-lang/rust repository (with at least |
31 | 31 | # read privileges on it). CI will fail otherwise. |
32 | 32 | MAINTAINERS = { |
33 | | - "book": {"carols10cents"}, |
34 | | - "nomicon": {"frewsxcv", "Gankra", "JohnTitor"}, |
35 | | - "reference": {"Havvy", "matthewjasper", "ehuss"}, |
36 | | - "rust-by-example": {"marioidival"}, |
37 | | - "embedded-book": {"adamgreig", "andre-richter", "jamesmunns", "therealprof"}, |
| 33 | + "book": {"ehuss", "chriskrycho", "carols10cents"}, |
| 34 | + "nomicon": {"ehuss", "JohnTitor"}, |
| 35 | + "reference": {"ehuss"}, |
| 36 | + "rust-by-example": {"ehuss", "marioidival"}, |
| 37 | + "embedded-book": { |
| 38 | + "ehuss", |
| 39 | + "adamgreig", |
| 40 | + "andre-richter", |
| 41 | + "jamesmunns", |
| 42 | + "therealprof", |
| 43 | + }, |
38 | 44 | "edition-guide": {"ehuss"}, |
39 | | - "rustc-dev-guide": {"spastorino", "amanjeev", "JohnTitor"}, |
40 | 45 | } |
41 | 46 |
|
42 | 47 | LABELS = { |
|
46 | 51 | "rust-by-example": ["C-bug"], |
47 | 52 | "embedded-book": ["C-bug"], |
48 | 53 | "edition-guide": ["C-bug"], |
49 | | - "rustc-dev-guide": ["C-bug"], |
50 | 54 | } |
51 | 55 |
|
52 | 56 | REPOS = { |
|
56 | 60 | "rust-by-example": "https://github.com/rust-lang/rust-by-example", |
57 | 61 | "embedded-book": "https://github.com/rust-embedded/book", |
58 | 62 | "edition-guide": "https://github.com/rust-lang/edition-guide", |
59 | | - "rustc-dev-guide": "https://github.com/rust-lang/rustc-dev-guide", |
60 | 63 | } |
61 | 64 |
|
62 | 65 |
|
|
0 commit comments