From fe5834dbf6a0ab4cf6b684adbb2b882fa9495f74 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 20 Dec 2024 15:23:33 -0600 Subject: [PATCH] Update CODEOWNERS while @rachaelshaw is OOO (#24965) --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c8512f309c..14a7406a05 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -65,9 +65,9 @@ go.mod @fleetdm/go # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## -/docs @rachaelshaw -/docs/REST\ API/rest-api.md @rachaelshaw # « REST API reference documentation -/docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation +/docs @marko-lisica +/docs/REST\ API/rest-api.md @iansltx # « REST API reference documentation +/docs/Contributing/API-for-contributors.md @iansltx # « Advanced / contributors-only API reference documentation /schema @eashaw # « Data tables (osquery/fleetd schema) documentation /render.yaml @edwardsb