From 7ccbf55ba7635c0fce18f00b97e302746ce05df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 20 Jun 2025 08:41:02 +0200 Subject: [PATCH] Set myself as codeowner for data cache (#3355) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..d04ab83eb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Changes to the API data cache functions can invalidate all existing data cache +# causing a massive amount of revalidation, impacting our API. +packages/gitbook-v2/src/lib/data/api.ts @SamyPesse