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