From 92cc8fe45c9e83f54bf3d577a5c4648fcfdcde1c Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Thu, 12 Dec 2024 15:35:08 +0200 Subject: [PATCH] Replace OWNERS with CODEOWNERS (#383) --- .github/CODEOWNERS | 3 +++ OWNERS | 16 ---------------- 2 files changed, 3 insertions(+), 16 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 OWNERS 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