mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
parent
7f8fa05b7c
commit
4d7ff871d9
2 changed files with 16 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue