From b7aaf074e56c4c6ef066da0d4d683628dcc2b225 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 Feb 2023 09:20:09 +0100 Subject: [PATCH] CODEOWNERS: remove the peeps mentioned as CI owners These owners do not have the bandwidth/energy to do the reviews which makes PRs stall and this ownership claim flawed. We can bring people back when the situation is different. Follow-up to c04c78ac87c4d46737934345a Closes #10386 --- .github/CODEOWNERS | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2a36836216..9e7b6e391a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,3 @@ # Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl - -# Code owners for CI configuration -## GitHub Actions -.github/workflows/ @cmeister2 @mback2k -## AppVeyor -appveyor.yml @MarcelRaad @mback2k -tests/appveyor.pm @mback2k -## Azure Pipelines -.azure-pipelines.yml @cmeister2 @mback2k -tests/azure.pm @mback2k