From 9c2bcec07fabb43ee96e481c9d03b9ba13033c4a Mon Sep 17 00:00:00 2001 From: mosherBT Date: Thu, 6 Aug 2026 15:52:31 -0400 Subject: [PATCH 1/2] Add CODEOWNERS --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1a3b570 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Every pull request requires an approving review from a code owner. +# Listing both teams on one line means an approval from EITHER team satisfies +# the requirement -- engineering OR solutions architects can unblock a merge. +* @Optable/engineering @Optable/solutions-architects From 40d8bfd0d01fe40a8e3574cd53cfc791c071d457 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Fri, 7 Aug 2026 13:31:33 -0400 Subject: [PATCH 2/2] trigger github actions