Merge branch 'codeowners-ci' into 'main'

docs: Add CI runner maintainers to CODEOWNERS

See merge request GNOME/glib!4353
This commit is contained in:
Philip Withnall 2024-10-17 11:22:26 +00:00
commit ca654b2a4e

View File

@ -3,7 +3,7 @@
# the list of reviewers
# The syntax of this file is defined by GitLab:
# https://docs.gitlab.com/ee/user/project/code_owners.html
# https://docs.gitlab.com/ee/user/project/codeowners/reference.html
# Which, in turn, is similar to the .gitignore and .gitattributes files:
#
# - comments start with `#`
@ -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