From 62bc1a500a836f9361b0e8501dff8ffb38f5495c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 15 Oct 2024 14:37:16 +0100 Subject: [PATCH] docs: Add CI runner maintainers to CODEOWNERS I can never remember them on demand otherwise. Signed-off-by: Philip Withnall --- docs/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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