Merge pull request #224775 from qowoz/teams-github
maintainers/teams: set githubTeams for golang and rust
This commit is contained in:
commit
5b68fb2a73
1 changed files with 6 additions and 0 deletions
|
@ -294,6 +294,9 @@ with lib.maintainers; {
|
||||||
zowoq
|
zowoq
|
||||||
qbit
|
qbit
|
||||||
];
|
];
|
||||||
|
githubTeams = [
|
||||||
|
"golang"
|
||||||
|
];
|
||||||
scope = "Maintain Golang compilers.";
|
scope = "Maintain Golang compilers.";
|
||||||
shortName = "Go";
|
shortName = "Go";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -723,6 +726,9 @@ with lib.maintainers; {
|
||||||
winter
|
winter
|
||||||
zowoq
|
zowoq
|
||||||
];
|
];
|
||||||
|
githubTeams = [
|
||||||
|
"rust"
|
||||||
|
];
|
||||||
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
||||||
shortName = "Rust";
|
shortName = "Rust";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
|
Loading…
Reference in a new issue