diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5b20e1b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# This file defines code ownership for the repository. +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. +# More information: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# hgarfer is the sole owner of all files in the repository +* @hgarfer