diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..99d6c632 --- /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 1cc33dfb..00000000 --- a/OWNERS +++ /dev/null @@ -1,16 +0,0 @@ -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: -- mmorhun -- psturc -- tisutisu - -reviewers: -- mmorhun -- psturc -- tisutisu - -# 'Build team' members that are not members of openshift github org (could be added in a future): -# - brunoapimentel -# - ejegrova -# - stuartwdouglas