From 62bc1a500a836f9361b0e8501dff8ffb38f5495c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 15 Oct 2024 14:37:16 +0100 Subject: [PATCH 1/2] 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 From ac55270b1bd4e4318823a593550ad4a3e15e145b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 15 Oct 2024 14:37:40 +0100 Subject: [PATCH 2/2] docs: Fix a broken link in the CODEOWNERS documentation I wish people would stop moving their documentation around without adding redirects. This is not how the internet is supposed to work. Signed-off-by: Philip Withnall --- docs/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 4ac9d3781..07b569148 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -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 `#`