github: initial CODEOWNERS setup for CI configuration

Reviewed-by: Daniel Stenberg
Reviewed-by: Marcel Raad
Reviewed-by: Max Dymond

Closes #9505

[skip ci]
This commit is contained in:
Marc Hoersken 2022-09-14 20:09:54 +02:00
parent 80a4a848df
commit c04c78ac87
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

13
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,13 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, 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