Unverified Commit 5b68fb2a authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #224775 from qowoz/teams-github

maintainers/teams: set githubTeams for golang and rust
parents 87083d40 f3e62ad4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;