diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 35f1bacbf5cf..89d8d57cd73d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,8 +11,9 @@ # This also holds true for GitHub teams. Since almost none of our teams have write # permissions, you need to list all members of the team with commit access individually. -# GitHub actions +# CI /.github/workflows @NixOS/Security @Mic92 @zowoq +/ci @infinisil # EditorConfig /.editorconfig @Mic92 @zowoq diff --git a/ci/README.md b/ci/README.md new file mode 100644 index 000000000000..79dc4b3bce71 --- /dev/null +++ b/ci/README.md @@ -0,0 +1,4 @@ +# CI support files + +This directory contains files to support CI, such as [GitHub Actions](https://github.com/NixOS/nixpkgs/tree/master/.github/workflows) and [Ofborg](https://github.com/nixos/ofborg). +This is in contrast with [`maintainers/scripts`](`../maintainers/scripts`) which is for human use instead.