From 792005b43be5cb878b5461b781a3f7890779f35e Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Mon, 29 Jun 2026 16:32:03 +0200 Subject: [PATCH] Add CODEOWNERS file Set @localstack/core-systems as codeowner of the whole repository. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..24289a0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @localstack/core-systems