Merge pull request #288320 from nitrocode/cloudposse-team-atmos

maintainers/team-list: add cloudposse team for atmos
This commit is contained in:
Robert Hensing 2024-04-11 12:46:44 +02:00 committed by GitHub
commit c75b25068e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 1 deletions

View File

@ -5389,6 +5389,12 @@
fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";
}];
};
dudymas = {
email = "jeremy.white@cloudposse.com";
github = "dudymas";
githubId = 928448;
name = "Jeremy White";
};
dukc = {
email = "ajieskola@gmail.com";
github = "dukc";

View File

@ -146,6 +146,15 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
cloudposse = {
members = [
dudymas
];
scope = "Maintain atmos and applications made by the Cloud Posse team.";
shortName = "CloudPosse";
enableFeatureFreezePing = true;
};
coq = {
members = [
cohencyril

View File

@ -38,6 +38,6 @@ buildGoModule rec {
description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)";
mainProgram = "atmos";
license = licenses.asl20;
maintainers = with maintainers; [ rb ];
maintainers = with maintainers; [ ] ++ teams.cloudposse.members;
};
}