From 64a9e244cddffad3151ad7e2e4c98ea840c933fd Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:35:06 +1000 Subject: [PATCH 1/2] maintainers/teams: set githubTeams for golang --- maintainers/team-list.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 31a296790181..50fef42adebd 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -294,6 +294,9 @@ with lib.maintainers; { zowoq qbit ]; + githubTeams = [ + "golang" + ]; scope = "Maintain Golang compilers."; shortName = "Go"; enableFeatureFreezePing = true; From f3e62ad4e426c676896fe091cefac2ba793dc809 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:35:12 +1000 Subject: [PATCH 2/2] maintainers/teams: set githubTeams for rust --- maintainers/team-list.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 50fef42adebd..7fc9f629e904 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -726,6 +726,9 @@ with lib.maintainers; { winter zowoq ]; + githubTeams = [ + "rust" + ]; scope = "Maintain the Rust compiler toolchain and nixpkgs integration."; shortName = "Rust"; enableFeatureFreezePing = true;