]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github: initial CODEOWNERS setup for CI configuration
authorMarc Hoersken <info@marc-hoersken.de>
Wed, 14 Sep 2022 18:09:54 +0000 (20:09 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 15 Sep 2022 20:40:40 +0000 (22:40 +0200)
Reviewed-by: Daniel Stenberg
Reviewed-by: Marcel Raad
Reviewed-by: Max Dymond
Closes #9505

[skip ci]

.github/CODEOWNERS [new file with mode: 0644]

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..b9e2519
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.\r
+#\r
+# SPDX-License-Identifier: curl\r
+\r
+# Code owners for CI configuration\r
+## GitHub Actions\r
+.github/workflows/ @cmeister2 @mback2k\r
+## AppVeyor\r
+appveyor.yml @MarcelRaad @mback2k\r
+tests/appveyor.pm @mback2k\r
+## Azure Pipelines\r
+.azure-pipelines.yml @cmeister2 @mback2k\r
+tests/azure.pm @mback2k\r