From d28747e94f89a823773aa8ae3b50d0401c6cf7c5 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Thu, 12 Dec 2024 11:41:54 +0200 Subject: [PATCH] Replace OWNERS with CODEOWNERS --- .github/CODEOWNERS | 3 +++ OWNERS | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 OWNERS 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