From 3e064577a41b761fc53acd389c1aa10b90284ed7 Mon Sep 17 00:00:00 2001 From: jakelorocco <59755218+jakelorocco@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:25:13 -0400 Subject: [PATCH 1/2] feat: add codeowners specifically for the granite-common part of mellea intrinsics --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db7940377..2986bf23b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,3 +3,7 @@ # Mellea Core requires special review /mellea/core/ @nrfulton @jakelorocco + +# Mellea Intrinsics +/mellea/formatters/granite @generative-computing/mellea-intrinsics +/test/formatters/granite @generative-computing/mellea-intrinsics From 20b0d3e16aab0f59bd54aa130e16548ad4db7d3b Mon Sep 17 00:00:00 2001 From: Jake LoRocco Date: Tue, 17 Mar 2026 14:46:09 -0400 Subject: [PATCH 2/2] fix: empty commit to unstuck mergify