diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..99d6c63 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @konflux-ci/build-maintainers diff --git a/OWNERS b/OWNERS deleted file mode 100644 index f138b89..0000000 --- a/OWNERS +++ /dev/null @@ -1,9 +0,0 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: -- mmorhun -- psturc - -reviewers: -- mmorhun -- psturc