From d2ed0319a3f8f862f9b29d4dc074b2478a8da909 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 7 Jun 2024 14:31:25 -0700 Subject: [PATCH] Add lukeheath as fallback for time-sensitive docs PRs (#19605) --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 11a23080aae6..398d08892c36 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -64,9 +64,9 @@ go.mod @fleetdm/go # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## -/docs @rachaelshaw -/docs/Using-Fleet/REST-API.md @rachaelshaw # « REST API reference documentation -/docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation +/docs @rachaelshaw @lukeheath +/docs/Using-Fleet/REST-API.md @rachaelshaw @lukeheath # « REST API reference documentation +/docs/Contributing/API-for-contributors.md @rachaelshaw @lukeheath # « Advanced / contributors-only API reference documentation /schema @eashaw # « Data tables (osquery/fleetd schema) documentation /docs/Deploy/_kubernetes/ @dherder # « Kubernetes best practice ##############################################################################################