From 66adf6f81485c9394d0a497b9c4451e92c8488aa Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Thu, 17 Jul 2025 14:56:48 -0400 Subject: [PATCH] fix: Create CODEOWNERS --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..207d515b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS file +# This file defines code ownership for the repository +# All PRs require approval from the engineering team + + + +# Global rule - require engineering approval for all files +* @devcyclehq/engineering + +# CODEOWNERS file itself requires foundation team approval +.github/CODEOWNERS @devcyclehq/foundation