diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 37f19314d..4ac9d3781 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -31,7 +31,12 @@ meson.options @xclaesse @nirbheek @pwithnall subprojects/ @xclaesse @nirbheek @pwithnall # CI integration -.gitlab-ci* @pwithnall @xclaesse @creiter +# - @pwithnall and @xclaesse maintain the CI configuration overall +# - @creiter maintains the Windows CI runners (tagged `win32-ps`) +# - @sthibaul maintains the Hurd runner (tagged `hurd`) +# - @lantw maintains the FreeBSD runner (tagged `freebsd-13`) +# - @dehesselle maintains the macOS runner (tagged `macosarm`) +.gitlab-ci* @pwithnall @xclaesse @creiter @sthibaul @lantw @dehesselle # macOS support *osx* @jralls @pwithnall @sdroege