From d0cb01bc830a95a574bd7b27194e916d8b754287 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Thu, 6 Aug 2026 15:30:44 -0400 Subject: [PATCH 1/2] Add CODEOWNERS requiring engineering or solutions review Requires an approving review from a code owner on every PR to master. Both teams are listed on one line, so an approval from EITHER engineering or solutions satisfies the requirement. --- .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..83135b0 --- /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 can unblock a merge. +* @Optable/engineering @Optable/solutions From b0c5db9fee5cf3a6e9113f272062a0dd0f06cb00 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Fri, 7 Aug 2026 13:34:04 -0400 Subject: [PATCH 2/2] trigger github actions