docs: Add CI runner maintainers to CODEOWNERS

I can never remember them on demand otherwise.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-10-15 14:37:16 +01:00
parent a8dbd7cad5
commit 62bc1a500a
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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