From: Daniel Stenberg Date: Wed, 1 Feb 2023 08:20:09 +0000 (+0100) Subject: CODEOWNERS: remove the peeps mentioned as CI owners X-Git-Tag: curl-7_88_0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7aaf074e56c4c6ef066da0d4d683628dcc2b225;p=thirdparty%2Fcurl.git 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 --- 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