0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

teams/ci: init

(cherry picked from commit ec9986a919)
This commit is contained in:
Wolfgang Walther 2025-06-13 15:44:09 +02:00
parent 7f8fa05b7c
commit 4d7ff871d9
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
2 changed files with 16 additions and 3 deletions

View file

@ -14,9 +14,9 @@
# Processing of this file is implemented in workflows/codeowners-v2.yml # Processing of this file is implemented in workflows/codeowners-v2.yml
# CI # CI
/.github/actions @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron /.github/actions @NixOS/nixpkgs-ci
/.github/workflows @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron /.github/workflows @NixOS/nixpkgs-ci
/ci @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron /ci @NixOS/nixpkgs-ci
/ci/OWNERS @infinisil @philiptaron /ci/OWNERS @infinisil @philiptaron
# Development support # Development support

View file

@ -134,6 +134,19 @@ with lib.maintainers;
shortName = "c3d2"; shortName = "c3d2";
}; };
ci = {
members = [
MattSturgeon
mic92
philiptaron
wolfgangwalther
zowoq
];
githubTeams = [ "nixpkgs-ci" ];
scope = "Maintain Nixpkgs' in-tree Continuous Integration, including GitHub Actions.";
shortName = "CI";
};
cinnamon = { cinnamon = {
members = [ members = [
bobby285271 bobby285271