From 2c78f981c84cd3783602c3c80611687dc652765a Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 30 Sep 2025 10:18:54 +0200 Subject: [PATCH] build: set up code owners Sets up a code owners file for the repo. --- .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..4832035 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @crisbeto @devversion @andrewkushnir