From a6a1eb1c1e0e8c0935ecd681c44a03bc2051de3c Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Thu, 17 Jul 2025 15:02:53 -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 0000000..207d515 --- /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