ci: init directory

This creates a new directory for all CI support files, will be populated
in future commits.
This commit is contained in:
Silvan Mosberger 2024-06-26 00:51:40 +02:00
parent 260616a5fd
commit 13599930cb
2 changed files with 6 additions and 1 deletions

3
.github/CODEOWNERS vendored
View File

@ -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

4
ci/README.md Normal file
View File

@ -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.