From 0e3227eef27408c8ce4250f5fe2077b03caa91d4 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 2 Mar 2026 10:29:02 +1100 Subject: [PATCH] Add CODEOWNERS file Set @aaronpowell as default owner for all files. Set @brunoborges as owner for /workflows/ and the agentic workflows validation CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..263d34c5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# Default owner for everything +* @aaronpowell + +# Agentic Workflows +/workflows/ @brunoborges +/.github/workflows/validate-agentic-workflows-pr.yml @brunoborges