From 3ddf304a3696b1bc0334509e5aa33e4f644d49aa Mon Sep 17 00:00:00 2001 From: Noah Hollmann Date: Wed, 13 May 2026 16:24:01 +0200 Subject: [PATCH 1/2] chore: add .github/CODEOWNERS Route PRs (including dependabot) to @PriorLabs/engineering so they don't go unowned. Surfaced during BearingPoint pre-submission review when we noticed unanswered dependabot PRs. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d477f1d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @PriorLabs/engineering From 0593797af648adceb26bc31018226825e16ff737 Mon Sep 17 00:00:00 2001 From: Noah Hollmann Date: Wed, 13 May 2026 16:31:11 +0200 Subject: [PATCH 2/2] chore: route to opensource-review-team for public package Matches the existing pattern in TabPFN and tabpfn-extensions. This repo is also publicly distributed (PyPI/CRAN), so reviews route through the same team. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d477f1d..dfafa92 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @PriorLabs/engineering +* @PriorLabs/opensource-review-team