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
|
||||
qbit
|
||||
];
|
||||
githubTeams = [
|
||||
"golang"
|
||||
];
|
||||
scope = "Maintain Golang compilers.";
|
||||
shortName = "Go";
|
||||
enableFeatureFreezePing = true;
|
||||
|
@ -723,6 +726,9 @@ with lib.maintainers; {
|
|||
winter
|
||||
zowoq
|
||||
];
|
||||
githubTeams = [
|
||||
"rust"
|
||||
];
|
||||
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
||||
shortName = "Rust";
|
||||
enableFeatureFreezePing = true;
|
||||
|
|
Loading…
Reference in a new issue