From e039f2559540f0c73c72da23e479e4b1e9eec5ee Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Thu, 17 Jul 2025 14:47: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 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