From 36f4de2c686c69c53ad37882bdea5c4101aefa6c Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Mon, 23 Dec 2024 12:04:17 -0600 Subject: [PATCH] chore: add Technical Writers as code owners of api.yaml This commit expands code ownership of `api.yaml` from just DevEx to DevEx + Technical Writing. For changes that just modify the OpenAPI specification, our Technical Writers will make great reviewers. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7879804..e2501cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @BitGo/developer-experience +api.yaml @BitGo/developer-experience @BitGo/technical-writers